Closed Bug 11143 Opened 25 years ago Closed 25 years ago

TestProtocols.cpp is operating on outdated include

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: wsargent, Assigned: warrensomebody)

Details

Necko has landed, but there are still some leftovers in the makefile.

mozilla/netwerk/test/makefile.win has some temporary defines which point the
build on Win32 to ../dist/include.  When nsIDNSService.idl was modified to have
another #define, the header files there became out of date and none of the files
in that directory would compile.

Fix:  delete this stuff.

0 warren 1.10 // temporary, until we land:
21             !ifndef NECKO
22             include <$(DEPTH)/config/config.mak>
23 warren 1.14 PUBLIC = $(DEPTH)\netwerk\dist\include
24 warren 1.10 !endif
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed
vrfy fixed (lxr)
Status: RESOLVED → VERIFIED
Summary: TestProtocols.cpp is operating on outdated include
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.