]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.sc
clarify using embedded XRC
[wxWidgets.git] / samples / grid / makefile.sc
index 200240cfc9637f5090b845ce8fe1347ae68eca2e..61968af56843900b3885932a14fd1feabeefed0b 100644 (file)
@@ -1,17 +1,16 @@
-# Purpose: makefile for grid example (Symantec C++)
-# Created: 2000-03-15
+# Symantec C++ makefile
 
 WXDIR = $(WXWIN)
 WXLIB = $(WXDIR)\lib\wx.lib
 INCDIR = $(WXDIR)\include
 INCLUDE=$(INCDIR)
-TARGET=grid
+TARGET=griddemo
 
 include $(WXDIR)\src\makesc.env
 
-grid.exe: grid.obj $(DEFFILE) grid.res
+griddemo.exe: griddemo.obj $(DEFFILE) griddemo.res
        *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-    *$(RC) -k grid.res
+    *$(RC) -k griddemo.res
 
 sc32.def:
      echo EXETYPE NT > sc32.def