Files
wxWidgets/samples/statbar/makefile.vc
T
2000-02-04 20:27:10 +00:00

12 lines
199 B
Plaintext

# Purpose: makefile for statbar example (VC++ 32bit)
# Created: 2000-02-04
# Set WXDIR for your system
WXDIR = $(WXWIN)
PROGRAM=statbar
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc