wxWidgets/utils/framelayout/samples/sample/Makefile.vc

22 lines
425 B
Makefile
Raw Normal View History

#
# File: makefile.vc
# Author: J Russell Smyth
# Created: 1999
# Updated:
# Copyright:
#
# Makefile : Builds frame layout sample
# Use FINAL=1 argument to nmake to build final version with no debug info.
# Set WXDIR for your system
WXDIR = $(WXWIN)
EXTRAINC = -I..\..\src
EXTRALIBS = $(WXDIR)\lib\fl.lib
EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
PROGRAM=fl_sample
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc