Files
wxWidgets/samples/wxtest/makefile.b32
2002-12-17 10:41:44 +00:00

20 lines
356 B
Plaintext

#
# File: makefile.vc
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart
#
# Makefile : Builds sample (VC++, WIN32)
# Use FINAL=1 argument to nmake to build final version with no debug info.
# Set WXDIR for your system
WXDIR = $(WXWIN)
TARGET=test
OBJECTS = $(TARGET).obj test_wdr.obj
!include $(WXDIR)\src\makeprog.b32