projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git]
/
samples
/
thread
/
makefile.sc
Commit
Line
Data
c4f02b1f
RL
1
# Purpose: makefile for thread example (Symantec C++)
2
# Created: 2000-03-15
3
f22c3c98
4
WXDIR = ..\..
c4f02b1f
5
TARGET=thread
f22c3c98
CE
6
OBJECTS = $(TARGET).obj
7
EXTRALIBS =
8
include $(WXDIR)\src\makeprog.sc
c4f02b1f
9