projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed focus tracking for spin controls (patch from Dimitri)
[wxWidgets.git]
/
contrib
/
samples
/
animate
/
makefile.vc
Commit
Line
Data
4638d697
JS
1
WXDIR = $(WXWIN)
2
PROGRAM = anitest
3
4
OBJECTS = $(PROGRAM).obj
5
EXTRALIBS = $(WXDIR)\lib\anim$(LIBEXT).lib
6
EXTRAINC = -I$(WXDIR)\contrib\include
7
8
!include $(WXDIR)\src\makeprog.vc
9