]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/makesetup.sh
Ignorant WinCE fixes for compile breakage
[wxWidgets.git] / distrib / msw / makesetup.sh
index 4f8b2dc028c1e9721d90c806420d8f3a5845d07e..27c978b21d4f9344b6a50052f6142d71f2e1874b 100644 (file)
@@ -647,7 +647,8 @@ makesetup()
     cp $WEBFILES/site/i18n.htm $APPDIR/docs/html
 
     # Copy setup0.h files to setup.h
-    cp $APPDIR/include/wx/os2/setup0.h $APPDIR/include/wx/os2/setup.h
+    # OS/2 always built with configure now
+    # cp $APPDIR/include/wx/os2/setup0.h $APPDIR/include/wx/os2/setup.h
     cp $APPDIR/include/wx/msw/setup0.h $APPDIR/include/wx/msw/setup.h
     cp $APPDIR/include/wx/univ/setup0.h $APPDIR/include/wx/univ/setup.h