Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
contrib/samples/fl/fl_sample1/makefile.g95
Normal file
18
contrib/samples/fl/fl_sample1/makefile.g95
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# File: Makefile
|
||||
# Author: Hans Van Leemputten
|
||||
# Created: 2001
|
||||
# Updated:
|
||||
# Copyright: (c) wxWorkshop team, 2001
|
||||
#
|
||||
# Makefile for wxWorkshop for mingw & cygwin.
|
||||
|
||||
WXDIR = ../../../..
|
||||
TARGET = fl_sample1
|
||||
|
||||
EXTRACPPFLAGS = -DBMP_DIR=\"../bitmaps/\"
|
||||
EXTRALIBS = $(WXDIR)/lib/libfl.a
|
||||
|
||||
OBJECTS = $(TARGET).o
|
||||
|
||||
include $(WXDIR)/src/makeprog.g95
|
Reference in New Issue
Block a user