projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
corrected release target which included some include files in the build
[wxWidgets.git]
/
samples
/
statbar
/
makefile.wat
Commit
Line
Data
2286341c
VZ
1
# Purpose: makefile for statbar example (Watcom)
2
# Created: 2000-02-04
3
4
WXDIR = $(%WXWIN)
5
6
PROGRAM = statbar
7
OBJECTS = $(PROGRAM).obj
8
9
!include $(WXDIR)\src\makeprog.wat
10
11