]>
Commit | Line | Data |
---|---|---|
b2f757f9 RL |
1 | # Purpose: makefile for notebook example (BC++ 16bit) |
2 | # Created: 2000-03-15 | |
62448488 JS |
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 | ||
b2f757f9 | 10 | TARGET=notebook |
62448488 JS |
11 | OBJECTS=$(TARGET).obj |
12 | ||
13 | !include $(WXDIR)\src\makeprog.bcc | |
14 |