Corrected makefiles to match git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 lines
504 B
Plaintext
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
|
|
|