mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
Fixing xpctools build on win32. r=cls.
This commit is contained in:
parent
b4a9dd3726
commit
28d15740ef
@ -42,6 +42,9 @@ REQUIRES = xpcom \
|
||||
js \
|
||||
dom \
|
||||
caps \
|
||||
!ifdef XPC_TOOLS_SUPPORT
|
||||
xpctools \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
#PDBFILE = $(DLLNAME).pdb
|
||||
|
@ -40,6 +40,12 @@ DLL =.\$(OBJDIR)\$(DLLNAME).dll
|
||||
|
||||
MODULE=xpctools
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpconnect \
|
||||
js \
|
||||
string \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-DWIN32_LEAN_AND_MEAN
|
||||
|
||||
OBJS= \
|
||||
|
Loading…
x
Reference in New Issue
Block a user