fix for bug 123425 - turn of MOZ_WINCONSOLE for the installer apps, so that someone can actually build with it
r=ssu, sr=cls, a=dbaron git-svn-id: svn://10.0.0.236/trunk@142600 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d5dc068f31
commit
16cd7c57c7
@ -65,6 +65,8 @@ LOCAL_INCLUDES = -I$(srcdir) -I$(srcdir)/../uninstall
|
||||
|
||||
NO_DIST_INSTALL = 1
|
||||
|
||||
MOZ_WINCONSOLE = 0
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_OS_LIBS = ole32 comdlg32 shell32 version
|
||||
|
||||
@ -45,6 +45,8 @@ CSRCS = \
|
||||
process.c \
|
||||
$(NULL)
|
||||
|
||||
MOZ_WINCONSOLE = 0
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
ifdef GNU_CC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user