]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/makefile.wat
gcc 3.3 for ppc and gcc 4.0 static and dynamic builds 10.3 minimum
[wxWidgets.git] / samples / sashtest / makefile.wat
index fc6783b0db65c02e8684dfc4f84d7af069634c6b..acdd2d7b9c9517493f10f3d8986fb14584728514 100644 (file)
@@ -206,7 +206,7 @@ __DLLFLAG_p = -dWXUSINGDLL
 
 ### Variables: ###
 
-WX_RELEASE_NODOT = 26
+WX_RELEASE_NODOT = 27
 OBJS = &
        wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
@@ -250,7 +250,7 @@ $(OBJS)\sashtest.exe :  $(SASHTEST_OBJECTS) $(OBJS)\sashtest_sashtest.res
        wlink @$(OBJS)\sashtest.lbc
 
 $(OBJS)\sashtest_sashtest.obj :  .AUTODEPEND .\sashtest.cpp
-       $(CXX) -zq -fo=$^@ $(SASHTEST_CXXFLAGS) $<
+       $(CXX) -bt=nt -zq -fo=$^@ $(SASHTEST_CXXFLAGS) $<
 
 $(OBJS)\sashtest_sashtest.res :  .AUTODEPEND .\sashtest.rc
        wrc -q -ad -bt=nt -r -fo=$^@   -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p)  -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<