]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
BC++ 32-bit makefile now copies setup.h to the correct place
[wxWidgets.git] / samples / makefile.vc
index 23e878a2e38791c60d6bd12c83688a8c7ac22a71..eebeb8d5d5fd710a6f5fe88139ab5ab9b389631b 100644 (file)
@@ -70,10 +70,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\newgrid
         nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(COMPIL)"==""
         cd $(WXDIR)\samples\help
         nmake -f makefile.vc $(MAKEFLAGS)
-!endif
 !if "$(PNGSETUP)"==""
         cd $(WXDIR)\samples\html
         nmake -f makefile.vc $(MAKEFLAGS)
@@ -84,6 +82,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\joytest
         nmake -f makefile.vc $(MAKEFLAGS)
+        cd $(WXDIR)\samples\keyboard
+        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\layout
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\listctrl
@@ -206,6 +206,8 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\joytest
         nmake -f makefile.vc clean
+        cd $(WXDIR)\samples\keyboard
+        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\layout
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\listctrl
@@ -272,10 +274,8 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\validate
         nmake -f makefile.vc clean
-!if "$(NOMAKE)"==""
         cd $(WXDIR)\samples\wizard
         nmake -f makefile.vc clean
-!endif
         cd $(WXDIR)\samples\sockets
         nmake -f makefile.vc clean