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:
alecf%flett.org 2003-05-18 23:34:31 +00:00
parent d5dc068f31
commit 16cd7c57c7
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -45,6 +45,8 @@ CSRCS = \
process.c \
$(NULL)
MOZ_WINCONSOLE = 0
LOCAL_INCLUDES = -I$(srcdir)
ifdef GNU_CC