]>
Commit | Line | Data |
---|---|---|
8e6b0231 HH |
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\ | |
21677c36 RS |
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\ | |
dffb854d | 18 | toolwnd.o updatesmgr.o |
8e6b0231 HH |
19 | |
20 | include $(WXDIR)/src/makelib.g95 | |
21 |