projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Baked with Bakefile 0.1.4
[wxWidgets.git]
/
samples
/
thread
/
makefile.sc
1
# Purpose: makefile for thread example (Symantec C++)
2
# Created: 2000-03-15
3
4
WXDIR = ..\..
5
TARGET=thread
6
OBJECTS = $(TARGET).obj
7
EXTRALIBS =
8
include $(WXDIR)\src\makeprog.sc
9