]> git.saurik.com Git - wxWidgets.git/blame - samples/resource/makefile.dos
added CarbonAccessors object file for non Carbon builds
[wxWidgets.git] / samples / resource / makefile.dos
CommitLineData
457814b5
JS
1#
2# File: makefile.dos
3# Author: Julian Smart
2a47d3c1 4# Created: 1998
457814b5 5# Updated:
457814b5 6#
2a47d3c1 7# Makefile : Builds 16-bit sample, VC++ 1.5
457814b5 8# Use FINAL=1 argument to nmake to build final version with no debugging
2a47d3c1 9# info
457814b5 10
457814b5
JS
11WXDIR = $(WXWIN)
12
2a47d3c1
JS
13TARGET=resource
14OBJECTS=$(TARGET).obj
457814b5 15
2a47d3c1 16!include $(WXDIR)\src\makeprog.msc
457814b5 17