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:
21
utils/framelayout/src/makefile.g95
Normal file
21
utils/framelayout/src/makefile.g95
Normal 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
|
||||
|
Reference in New Issue
Block a user