]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/makefile.vc
Tell is now compatible with the wback buffer
[wxWidgets.git] / demos / makefile.vc
index a55147eb5f7e54eaa4f0fb0b6215d29ab5b4ec00..aa7d8e1e1b1c11a650debc2688470edfa66945ab 100644 (file)
@@ -1,9 +1,9 @@
 #
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# File:         makefile.vc
+# Author:       Julian Smart
+# Created:      1993
+# Updated:
+# Copyright:    (c) 1993, AIAI, University of Edinburgh
 #
 # "%W% %G%"
 #
@@ -36,6 +36,8 @@ PNGSETUP=
 all:
         cd $(WXDIR)\demos\bombs
         nmake -f makefile.vc FINAL=$(FINAL)
+        cd $(WXDIR)\demos\dbbrowse
+        nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\demos\forty
         nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\demos\fractal
@@ -48,6 +50,8 @@ all:
 clean:
         cd $(WXDIR)\demos\bombs
         nmake -f makefile.vc clean
+        cd $(WXDIR)\demos\dbbrowse
+        nmake -f makefile.vc clean
         cd $(WXDIR)\demos\forty
         nmake -f makefile.vc clean
         cd $(WXDIR)\demos\fractal