]> git.saurik.com Git - wxWidgets.git/blob - samples/shaped/makefile.bcc
fixes for Win95 (where GetObject(DIBSECTION) is broken)
[wxWidgets.git] / samples / shaped / makefile.bcc
1 # Purpose: makefile for shaped example (BC++ 16bit)
2 # Created: 2000-01-03
3
4 !if "$(WXWIN)" == ""
5 !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
6 !endif
7
8 WXDIR = $(WXWIN)
9
10 TARGET=shaped
11 OBJECTS=$(TARGET).obj
12
13 !include $(WXDIR)\src\makeprog.bcc
14