projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
redefined TRUE and FALSE to be of type bool
[wxWidgets.git]
/
samples
/
event
/
makefile.sl
1
# Purpose: makefile for event example (Salford C++)
2
# Created: 2001-01-31
3
4
PROGRAM = event
5
OBJECTS = $(PROGRAM).obj
6
7
include ..\..\src\makeprog.sl
8
9
all: wx $(TARGET)
10
11
wx:
12
cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
13
cd $(WXDIR)\samples\event
14