]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/makefile.b32
typo in comment
[wxWidgets.git] / samples / minimal / makefile.b32
CommitLineData
c801d85f 1#
27529614 2# File: makefile.b32
c801d85f 3# Author: Julian Smart
4bf78aae 4# Created: 1999
c801d85f 5# Updated:
27529614 6# Copyright:
c801d85f 7#
4bf78aae 8# Makefile : Builds sample for 32-bit BC++
c801d85f
KB
9
10WXDIR = $(WXWIN)
c801d85f
KB
11
12TARGET=minimal
4bf78aae 13OBJECTS = $(TARGET).obj
c801d85f 14
4bf78aae 15!include $(WXDIR)\src\makeprog.b32
c801d85f 16