2000-03-14 13:37:46 -05:00
|
|
|
# Purpose: makefile for treectrl example (Salford C++)
|
|
|
|
# Created: 2000-03-15
|
|
|
|
|
2002-03-12 07:22:02 -05:00
|
|
|
PROGRAM = treetest
|
2000-03-14 13:37:46 -05: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
|
|
|
|
|