]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/makefile.b32
Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp
[wxWidgets.git] / samples / controls / makefile.b32
index 06d7deff50462f79753974c9e1faad5074f8ce3f..783ce3b083168aa0278a845c1d52a86d3d16c978 100644 (file)
@@ -7,7 +7,7 @@
 #
 # "%W% %G%"
 #
-# Makefile : Builds minimal example (DOS).
+# Makefile : Builds controls example (DOS).
 
 # WXWIN and BCCDIR are set by parent make
 
@@ -19,7 +19,7 @@ WXINC = $(WXDIR)\include\msw
 WXLIB = $(WXLIBDIR)\wx32.lib
 LIBS=$(WXLIB) cw32 import32 ole2w32
 
-TARGET=minimal
+TARGET=controls
 
 !if "$(FINAL)" == "0"
 LINKFLAGS=/v /Tpe /L$(WXLIBDIR);$(BCCDIR)\lib
@@ -32,7 +32,7 @@ DEBUG_FLAGS =
 !endif
 CPPFLAGS=$(DEBUG_FLAGS) $(OPT) @$(CFG)
 
-OBJECTS = minimal.obj
+OBJECTS = controls.obj
 
 $(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
   tlink32 $(LINKFLAGS) @&&!
@@ -50,7 +50,7 @@ $(TARGET).def
 .c.obj:
        bcc32 $(CPPFLAGS) -P- -c {$< }
 
-minimal.obj:      minimal.$(SRCSUFF)
+controls.obj:      controls.$(SRCSUFF)
 
 $(TARGET).res :      $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
     brc32 -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET)