Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005

patch by sdwalker@myrealbox.com r=bryner


git-svn-id: svn://10.0.0.236/trunk@165657 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-11-23 19:34:02 +00:00
parent 23d2e1f19c
commit 67c08f0b9e
40 changed files with 76 additions and 77 deletions

View File

@@ -76,14 +76,13 @@ FORCE_USE_PIC = 1
NO_DIST_INSTALL = 1
NO_INSTALL = 1
ENABLE_CXX_EXCEPTIONS = 1
include $(topsrcdir)/config/rules.mk
_OS_LIBS = version
ifdef GNU_CC
CXXFLAGS += -fexceptions
_OS_LIBS += gdi32
else
CXXFLAGS += -GX
endif
OS_LIBS += $(call EXPAND_LIBNAME,$(_OS_LIBS))