]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/makefile.b32
1. Empty() now doesn't free memory - Clear() does
[wxWidgets.git] / samples / minimal / makefile.b32
index 06d7deff50462f79753974c9e1faad5074f8ce3f..3d7a859ea5c0f2b7bc3200727a614a312e941acf 100644 (file)
@@ -1,13 +1,13 @@
 #
 #
-# File:                makefile.bcc
+# File:                makefile.b32
 # Author:      Julian Smart
 # Created:     1993
 # Updated:     
 # Author:      Julian Smart
 # Created:     1993
 # Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# Copyright:
 #
 # "%W% %G%"
 #
 #
 # "%W% %G%"
 #
-# Makefile : Builds minimal example (DOS).
+# Makefile : Builds minimal example
 
 # WXWIN and BCCDIR are set by parent make
 
 
 # WXWIN and BCCDIR are set by parent make
 
@@ -34,15 +34,15 @@ CPPFLAGS=$(DEBUG_FLAGS) $(OPT) @$(CFG)
 
 OBJECTS = minimal.obj
 
 
 OBJECTS = minimal.obj
 
-$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
+$(TARGET).exe: $(OBJECTS) $(TARGET).res
   tlink32 $(LINKFLAGS) @&&!
 c0w32.obj $(OBJECTS)
 $(TARGET)
 nul
 $(LIBS)
 $(TARGET).def
   tlink32 $(LINKFLAGS) @&&!
 c0w32.obj $(OBJECTS)
 $(TARGET)
 nul
 $(LIBS)
 $(TARGET).def
+$(TARGET).res
 !
 !
-        brc32 -K $(TARGET).res
 
 .$(SRCSUFF).obj:
        bcc32 $(CPPFLAGS) -c {$< }
 
 .$(SRCSUFF).obj:
        bcc32 $(CPPFLAGS) -c {$< }