]> git.saurik.com Git - wxWidgets.git/blob - utils/ogl/samples/studio/makefile.bcc
added demo of <font face>
[wxWidgets.git] / utils / ogl / samples / studio / makefile.bcc
1 #
2 # File: makefile.bcc
3 # Author: Julian Smart
4 # Created: 1998
5 # Updated:
6 #
7 # Builds a BC++ 16-bit sample
8
9 !if "$(WXWIN)" == ""
10 !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11 !endif
12
13 WXDIR = $(WXWIN)
14
15 TARGET=studio
16 EXTRALIBS=$(WXDIR)\lib\ogl.lib
17 EXTRACPPFLAGS=-I$(WXDIR)\utils\ogl\src
18 OBJECTS = $(TARGET).obj doc.obj shapes.obj symbols.obj view.obj cspalette.obj\
19 mainfrm.obj project.obj dialogs.obj csprint.obj
20
21 !include $(WXDIR)\src\makeprog.b32
22