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
/
layout
/
makefile.wat
Commit
Line
Data
c801d85f
KB
1
#
2
# Makefile for WATCOM
3
#
8a2c6ef8
JS
4
# Created by Julian Smart, January 1999
5
#
c801d85f
KB
6
#
7
8a2c6ef8
8
WXDIR = $(%WXWIN)
c801d85f
9
8a2c6ef8
JS
10
PROGRAM = layout
11
OBJECTS = $(PROGRAM).obj
c801d85f
12
8a2c6ef8
13
!include $(WXDIR)\src\makeprog.wat
c801d85f
KB
14
15