]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/build/plot/makefile.wat
added .chm support for Unix (Markus Sinner)
[wxWidgets.git] / contrib / build / plot / makefile.wat
index 11265be8ffa40fe1fccb5c9de9557182ece5c8c6..6223e0ab15fce6c4e25bb6788246d8139415c327 100644 (file)
@@ -112,6 +112,13 @@ __DEBUG_DEFINE_p = -d__WXDEBUG__
 !ifeq DEBUG_FLAG 1
 __DEBUG_DEFINE_p = -d__WXDEBUG__
 !endif
+__EXCEPTIONSFLAG =
+!ifeq USE_EXCEPTIONS 0
+__EXCEPTIONSFLAG = 
+!endif
+!ifeq USE_EXCEPTIONS 1
+__EXCEPTIONSFLAG = -xs
+!endif
 __LIB_JPEG_p =
 !ifeq USE_GUI 1
 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
@@ -179,14 +186,15 @@ PLOTDLL_CXXFLAGS = $(CPPFLAGS) -bd $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
        $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
        $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) &
        -i=..\..\src\plot\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_PLOT $(CXXFLAGS) &
-       /fh=$(OBJS)\wxprec_plotdll.pch
+       /fh=$(OBJS)\wxprec_plotdll.pch $(__EXCEPTIONSFLAG)
 PLOTDLL_OBJECTS =  &
        $(OBJS)\plotdll_dummy.obj &
        $(OBJS)\plotdll_plot.obj
 PLOTLIB_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
        $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
        $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) &
-       -i=..\..\src\plot\..\..\include $(CXXFLAGS) /fh=$(OBJS)\wxprec_plotlib.pch
+       -i=..\..\src\plot\..\..\include $(CXXFLAGS) /fh=$(OBJS)\wxprec_plotlib.pch &
+       $(__EXCEPTIONSFLAG)
 PLOTLIB_OBJECTS =  &
        $(OBJS)\plotlib_dummy.obj &
        $(OBJS)\plotlib_plot.obj