]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/mmedia/makefile.bcc
Readded wxPlotWindow as external lib.
[wxWidgets.git] / contrib / samples / mmedia / makefile.bcc
CommitLineData
5fa399c9
JS
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
13WXDIR = $(WXWIN)
14
15TARGET=mmboard
16EXTRALIBS=$(WXDIR)\contrib\lib\mmedia.lib
17OBJECTS=$(TARGET).obj mmbman.obj
18
19!include $(WXDIR)\src\makeprog.bcc
20