Fixing xpctools build on win32. r=cls.

git-svn-id: svn://10.0.0.236/trunk@104210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2001-09-29 06:24:41 +00:00
parent f6d7183d39
commit cd62b14ed9
2 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,9 @@ REQUIRES = xpcom \
js \
dom \
caps \
!ifdef XPC_TOOLS_SUPPORT
xpctools \
!endif
$(NULL)
#PDBFILE = $(DLLNAME).pdb

View File

@ -40,6 +40,12 @@ DLL =.\$(OBJDIR)\$(DLLNAME).dll
MODULE=xpctools
REQUIRES = xpcom \
xpconnect \
js \
string \
$(NULL)
DEFINES=-DWIN32_LEAN_AND_MEAN
OBJS= \