projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. fixed wxBase RPM template
[wxWidgets.git]
/
samples
/
thread
/
makefile.vc
diff --git
a/samples/thread/makefile.vc
b/samples/thread/makefile.vc
index 4ada748edad53c6917114d10b0dcd373f6ba8648..bd4848853cdc03f772ac337bbef1a0b694fc3c1e 100644
(file)
--- 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)
# Set WXDIR for your system
WXDIR = $(WXWIN)
-PROGRAM=t
est
+PROGRAM=t
hread
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc