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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user