]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/makefile.sc
Added wxFrame::OnCreateStatusBar and ToolBar
[wxWidgets.git] / samples / controls / makefile.sc
index 8709d2ca0feab6db54586290ea227d8369fe1230..1e0bca8574d2aed77af34fcffda6395ad879d584 100644 (file)
@@ -1,4 +1,5 @@
-# Symantec C++ makefile for minimal example
+;    Last change:  JS   10 Jul 98   11:33 am
+# Symantec C++ makefile for controls example
 # NOTE that peripheral libraries are now dealt in main wxWindows makefile.
 
 WXDIR = $(WXWIN)
@@ -24,7 +25,7 @@ LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
 .rc.res:
        *$(RC) -r -I$(INCLUDE) $<
 
-minimal.exe: minimal.obj minimal.def minimal.res
+controls.exe: controls.obj controls.def controls.res
        *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
 
 clean: