Files
wxWidgets/utils/framelayout/src/makefile.g95
J. Russell Smyth 21677c36c9 Removed Persistance Framework code/files from FrameLayout
Corrected makefiles to match


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-04-05 23:55:42 +00:00

22 lines
504 B
Plaintext

#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows FL library Cygwin/Mingw32).
WXDIR = ../../..
LIBTARGET=$(WXDIR)/lib/libfl.a
OBJECTS = antiflickpl.o bardragpl.o barhintspl.o cbcustom.o\
controlarea.o controlbar.o dyntbar.o dyntbarhnd.o\
garbagec.o gcupdatesmgr.o hintanimpl.o newbmpbtn.o\
panedrawpl.o rowdragpl.o rowlayoutpl.o\
toolwnd.o updatesmgr.o
include $(WXDIR)/src/makelib.g95