]> git.saurik.com Git - wxWidgets.git/blob - samples/widgets/makefile.bcc
use DIB, not DDB, when converting from an image with alpha channel
[wxWidgets.git] / samples / widgets / 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=widgets button.obj combobox.obj gauge.obj listbox.obj\
16 notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj
17 OBJECTS=$(TARGET).obj
18
19 !include $(WXDIR)\src\makeprog.bcc
20