2000-03-14 18:37:46 +00:00
|
|
|
# Purpose: makefile for treectrl example (Salford C++)
|
|
|
|
# Created: 2000-03-15
|
|
|
|
|
2002-03-12 12:22:02 +00:00
|
|
|
PROGRAM = treetest
|
2000-03-14 18:37:46 +00:00
|
|
|
OBJECTS = $(PROGRAM).obj
|
|
|
|
|
|
|
|
include ..\..\src\makeprog.sl
|
|
|
|
|
|
|
|
all: wx $(TARGET)
|
|
|
|
|
|
|
|
wx:
|
|
|
|
cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
|
|
|
|
cd $(WXDIR)\samples\treectrl
|
|
|
|
|