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:
23
contrib/samples/fl/fl_sample1/makefile.b32
Normal file
23
contrib/samples/fl/fl_sample1/makefile.b32
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# File: Makefile
|
||||
# Author: Hans Van Leemputten
|
||||
# Created: 2001
|
||||
# Updated:
|
||||
# Copyright: (c) wxWorkshop team, 2001
|
||||
#
|
||||
# Makefile : Builds sample for 32-bit BC++
|
||||
|
||||
WXDIR = ..\..\..\..
|
||||
TARGET = fl_sample1
|
||||
|
||||
EXTRACPPFLAGS =-DBMP_DIR=\"../bitmaps/\"
|
||||
!if "$(FINAL)" == "1"
|
||||
EXTRALIBS = $(WSLIBDIR)\fl.lib
|
||||
!else
|
||||
EXTRALIBS = $(WSLIBDIR)\fld.lib
|
||||
!endif
|
||||
|
||||
OBJECTS = $(TARGET).obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.b32
|
||||
|
Reference in New Issue
Block a user