]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/msw/.make_tools
removed unneeded wx/notebook.h include
[wxWidgets.git] / wxPython / distrib / msw / .make_tools
index 98435bb0e21a5c9984827450b783df6d797b00e4..da4dcc2a71b071d8025f9d706e45cb6967a6a90f 100644 (file)
@@ -1,18 +1,18 @@
-#!/bin/bash
+#! /bin/bash
 
 nmake -f .makesetup.mk $WXWIN/lib/vc_lib/msw/wx/setup.h 
 nmake -f makefile.vc BUILD=release $@
 
-cd $WXWIN/contrib/build/xrc
-nmake -f makefile.vc BUILD=release $@
+cd $WXWIN/contrib/build/xrc
+nmake -f makefile.vc BUILD=release $@
 
-cd $WXWIN/contrib/utils/wxrc
-nmake -f makefile.vc BUILD=release $@
-cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
+# cd $WXWIN/utils/wxrc
+nmake -f makefile.vc BUILD=release $@
+cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
 
 
 cd $WXWIN/utils/tex2rtf/src
-nmake -f makefile.vc BUILD=release $@
-cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe
+echo nmake -f makefile.vc BUILD=release $@
+echo cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe