X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48d1144bc4dabb9f8dd6f913e9a65d709e5995e3..6955ce29ed8995e4407feb2c9259fbece398ff2a:/samples/thread/makefile.vc?ds=sidebyside diff --git a/samples/thread/makefile.vc b/samples/thread/makefile.vc index 4ada748eda..bd4848853c 100644 --- a/samples/thread/makefile.vc +++ b/samples/thread/makefile.vc @@ -1,17 +1,10 @@ -# -# 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. +# Purpose: makefile for thread example (VC++ 32bit) +# Created: 2000-03-15 # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=test +PROGRAM=thread OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc