Unicode-friendliness
[wxWidgets.git] / contrib / src / fl / makefile.g95
1 #
2 # File:         makefile.g95
3 # Author:       Hans Van Leemputten
4 # Created:      2001
5 # Updated:
6 # Copyright:    (c) wxWorkshop team, 2001
7 #
8 # Makefile for wxWindows FrameLayout library (Cygwin/Mingw32).
9
10 WXDIR = ../../..
11 LIB_NAME = fl
12 OBJ_EXT = o
13
14 include files.lst
15
16 LIBTARGET=$(WXDIR)/lib/lib$(LIB_NAME).a
17 OBJECTS = $(FL_OBJECTS)
18
19 include $(WXDIR)/src/makelib.g95
20