projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
regenerated with tmake
[wxWidgets.git]
/
utils
/
Install
/
builder
/
makefile.g95
Commit
Line
Data
f6bcfd97
BP
1
# Purpose: makefile for toolbar example (Cygwin/Mingw32)
2
# Created: #03.01.00
3
4
WXDIR = ../..
5
6
TARGET=toolbar
7
OBJECTS = $(TARGET).o
8
9
include $(WXDIR)\src\makeprog.g95
10