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