a few win32 makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-03-08 22:02:46 +00:00
parent 2e0bceb668
commit 8e6b0231f1
4 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#
# 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\
cbstore.o controlarea.o controlbar.o dyntbar.o dyntbarhnd.o\
frmview.o garbagec.o gcupdatesmgr.o hintanimpl.o newbmpbtn.o\
objstore.o panedrawpl.o pf_sample.o rowdragpl.o rowlayoutpl.o\
settingsdlg.o toolwnd.o updatesmgr.o wxinfo.o
include $(WXDIR)/src/makelib.g95