]> git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/src/makefile.g95
This is how wxPlotWindow would look like with the
[wxWidgets.git] / utils / framelayout / src / makefile.g95
1 #
2 # File: makefile.g95
3 # Author: Julian Smart
4 # Created: 1999
5 # Updated:
6 # Copyright: (c) Julian Smart, 1999
7 #
8 # Makefile for wxWindows FL library Cygwin/Mingw32).
9
10 WXDIR = ../../..
11
12 LIBTARGET=$(WXDIR)/lib/libfl.a
13
14 OBJECTS = antiflickpl.o bardragpl.o barhintspl.o cbcustom.o\
15 controlarea.o controlbar.o dyntbar.o dyntbarhnd.o\
16 garbagec.o gcupdatesmgr.o hintanimpl.o newbmpbtn.o\
17 panedrawpl.o rowdragpl.o rowlayoutpl.o\
18 toolwnd.o updatesmgr.o
19
20 include $(WXDIR)/src/makelib.g95
21