projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
redefined TRUE and FALSE to be of type bool
[wxWidgets.git]
/
samples
/
event
/
makefile.vc
Commit
Line
Data
6164f93c
VZ
1
# Purpose: makefile for event example (VC++ 32bit)
2
# Created: 2001-01-31
3
4
# Set WXDIR for your system
5
WXDIR = $(WXWIN)
6
7
PROGRAM=event
8
OBJECTS = $(PROGRAM).obj
9
10
!include $(WXDIR)\src\makeprog.vc
11