]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/makefile.g95
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
[wxWidgets.git] / samples / splitter / makefile.g95
index 2ae60d6fc21ccc305cafd403fb3cd818451aded4..2766d0e1065e7e9a15556f4b6ffcd7700c7a8d7d 100644 (file)
@@ -1,37 +1,10 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
-#
-# "%W% %G%"
-#
-# Makefile for splitter example (UNIX).
+# Purpose: makefile for splitter example (Cygwin/Mingw32)
+# Created: #03.01.00
 
 WXDIR = ../..
 
 
 WXDIR = ../..
 
-# All common UNIX compiler flags and options are now in
-# this central makefile.
-include $(WXDIR)/src/makeg95.env
+TARGET=splitter
+OBJECTS = $(TARGET).o
 
 
-OBJECTS = $(OBJDIR)/test.$(OBJSUFF)
+include $(WXDIR)/src/makeprog.g95
 
 
-all:    $(OBJDIR) test$(GUISUFFIX)$(EXESUFF)
-
-wx:
-
-$(OBJDIR):
-       mkdir $(OBJDIR)
-
-test$(GUISUFFIX)$(EXESUFF):    $(OBJDIR)/test.$(OBJSUFF) test.res $(WXLIB)
-       $(CC) $(LDFLAGS) -o test$(GUISUFFIX)$(EXESUFF) $(OBJDIR)/test.$(OBJSUFF) $(XVIEW_LINK) $(LDLIBS)
-       $(RSRC) test.$(RESSUFF) test.exe
-
-$(OBJDIR)/test.$(OBJSUFF):     test.$(SRCSUFF)
-       $(CC) -c $(CPPFLAGS) -o $@ test.$(SRCSUFF)
-
-test.res:  test.rc
-
-clean:
-       rm -f $(OBJECTS) test$(GUISUFFIX).exe core *.rsc *.res