]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/fl/fl_sample3/makefile.g95
some basic docs for wxBase
[wxWidgets.git] / contrib / samples / fl / fl_sample3 / makefile.g95
1 #
2 # File: Makefile
3 # Author: Hans Van Leemputten
4 # Created: 2001
5 # Updated:
6 # Copyright: (c) wxWorkshop team, 2001
7 #
8 # Makefile for wxWorkshop for mingw & cygwin.
9
10 WXDIR = ../../../..
11 TARGET = fl_sample3
12
13 EXTRACPPFLAGS = -DBMP_DIR=\"../bitmaps/\"
14 EXTRALIBS = $(WXDIR)/lib/libfl.a
15
16 OBJECTS = $(TARGET).o
17
18 include $(WXDIR)/src/makeprog.g95