]> git.saurik.com Git - wxWidgets.git/blame - utils/framelayout/src/makefile.g95
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
[wxWidgets.git] / utils / framelayout / src / makefile.g95
CommitLineData
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
10WXDIR = ../../..
11
12LIBTARGET=$(WXDIR)/lib/libfl.a
13
14OBJECTS = antiflickpl.o bardragpl.o barhintspl.o cbcustom.o\
15 cbstore.o controlarea.o controlbar.o dyntbar.o dyntbarhnd.o\
16 frmview.o garbagec.o gcupdatesmgr.o hintanimpl.o newbmpbtn.o\
17 objstore.o panedrawpl.o pf_sample.o rowdragpl.o rowlayoutpl.o\
18 settingsdlg.o toolwnd.o updatesmgr.o wxinfo.o
19
20include $(WXDIR)/src/makelib.g95
21