projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
regenerated makefiles
[wxWidgets.git]
/
contrib
/
samples
/
stc
/
Makefile.sc
Commit
Line
Data
be235d08
CE
1
#Makefile from wxHatch for Symantec/Digital Mars compiler
2
WXDIR=..\..\..\..\wxWindows
3
TARGET=stctest
4
OBJECTS = $(TARGET).obj
5
EXTRALIBS = $(WXDIR)\lib\stc_sc.lib
6
include $(WXDIR)\src\makeprog.sc