]> git.saurik.com Git - wxWidgets.git/blame - samples/nativdlg/makefile.bcc
Fixed a void* to wxObject* conversion error in a return causing compile break across...
[wxWidgets.git] / samples / nativdlg / makefile.bcc
CommitLineData
bbf1f0e5
KB
1#
2# File: makefile.bcc
3# Author: Julian Smart
62448488 4# Created: 1998
bbf1f0e5 5# Updated:
bbf1f0e5 6#
62448488 7# Builds a BC++ 16-bit sample
bbf1f0e5
KB
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)
bbf1f0e5 14
62448488
JS
15TARGET=nativdlg
16OBJECTS=$(TARGET).obj
bbf1f0e5 17
62448488 18!include $(WXDIR)\src\makeprog.bcc
bbf1f0e5 19