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
/
toolbar
/
makefile.g95
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for toolbar example (Cygwin/Mingw32)
2
# Created: #03.01.00
14d1ccd8
JS
3
4
WXDIR = ../..
5
fc6bbc6d
6
TARGET=toolbar
8e0080ee
7
OBJECTS = $(TARGET).o
14d1ccd8
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
14d1ccd8
10