added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / samples / splitter / makefile.dos
0 / 10 (  0%)
CommitLineData
1# Purpose: makefile for splitter example (VC++ 1.5x)
2# Created: 2000-03-15
3
4WXDIR = $(WXWIN)
5
6TARGET=splitter
7OBJECTS=$(TARGET).obj
8
9!include $(WXDIR)\src\makeprog.msc
10