projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git]
/
samples
/
dragimag
/
makefile.b32
Commit
Line
Data
11e2dfd3
RL
1
# Purpose: makefile for dragimag example (BC++ 32bit)
2
# Created: 2000-03-15
68be9f09
JS
3
4
WXDIR = $(WXWIN)
5
11e2dfd3
6
TARGET=dragimag
68be9f09
JS
7
OBJECTS = $(TARGET).obj
8
9
!include $(WXDIR)\src\makeprog.b32
10