projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Changed the wxDateTime.Parse* methods to return an int that will be -1
[wxWidgets.git]
/
utils
/
makegen
/
makefile.g95
Commit
Line
Data
6809ee4b
VZ
1
# Purpose: makefile for makegen example (Cygwin/Mingw32)
2
# Created: #03.01.00
3
4
WXDIR = ../..
5
6
TARGET=makegen
7
OBJECTS = $(TARGET).o
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
6809ee4b
10