projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git]
/
samples
/
wizard
/
makefile.g95
Commit
Line
Data
13f5935c
RL
1
# Purpose: makefile for wizard example (Cygwin/Mingw32)
2
# Created: #03.01.00
b63f97ea
VZ
3
4
WXDIR = ../..
5
6
TARGET=wizard
7
OBJECTS = $(TARGET).o
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
b63f97ea
10