projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Compile fix.
[wxWidgets.git]
/
samples
/
sashtest
/
makefile.dos
This page requires JavaScript to run. Use
this page
instead.
0 / 10 ( 0%)
Commit
Line
Data
1
# Purpose: makefile for sashtest example (VC++ 1.5x)
2
# Created: 2000-03-14
3
4
WXDIR = $(WXWIN)
5
6
TARGET=sashtest
7
OBJECTS=$(TARGET).obj
8
9
!include $(WXDIR)\src\makeprog.msc
10