projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
part of the fix to the initial colour selection in the font picker dialog (the real...
[wxWidgets.git]
/
samples
/
calendar
/
makefile.g95
Commit
Line
Data
273b7ed9
VZ
1
# Purpose: makefile for calendar example (Cygwin/Mingw32)
2
# Created: #03.01.00
3
4
WXDIR = ../..
5
6
TARGET=calendar
7
OBJECTS = $(TARGET).o
8
76ae3c63
9
include $(WXDIR)/src/makeprog.g95
273b7ed9
10