projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Warning fix for wxUSE_LOG off.
[wxWidgets.git]
/
samples
/
thread
/
makefile.sc
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
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