mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
fix bug 134737, gmake win32 trace-malloc gd enabled build, r=dp sr=alecf
This commit is contained in:
parent
1be2855d7e
commit
32a093d13a
@ -50,9 +50,19 @@ LIBS += \
|
||||
$(NULL)
|
||||
|
||||
ifdef HAVE_BOUTELL_GD
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
LOCAL_INCLUDES += \
|
||||
-I"$(HAVE_BOUTELL_GD)" \
|
||||
$(NULL)
|
||||
LIBS += \
|
||||
-lmozz_s \
|
||||
"$(HAVE_BOUTELL_GD)/gd.lib" \
|
||||
$(NULL)
|
||||
else
|
||||
LIBS += \
|
||||
-lgd \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
DEFINES += \
|
||||
-DHAVE_BOUTELL_GD \
|
||||
|
Loading…
x
Reference in New Issue
Block a user