]> git.saurik.com Git - wxWidgets.git/blame - samples/typetest/makefile.dos
Even more printfs in GSocket,
[wxWidgets.git] / samples / typetest / makefile.dos
CommitLineData
cfb88c55
JS
1#
2# File: makefile.dos
3# Author: Julian Smart
1e6d9499 4# Created: 1998
cfb88c55 5# Updated:
cfb88c55 6#
1e6d9499 7# Makefile : Builds 16-bit sample, VC++ 1.5
cfb88c55
JS
8# Use FINAL=1 argument to nmake to build final version with no debugging
9# info
10
11WXDIR = $(WXWIN)
12
1e6d9499
JS
13TARGET=typetest
14OBJECTS = $(TARGET).obj
cfb88c55 15
1e6d9499 16!include $(WXDIR)\src\makeprog.msc
cfb88c55 17