projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added a flag to avoid Capture/Release asserts
[wxWidgets.git]
/
samples
/
stc
/
makefile.vc
1
# File: makefile.vc For stectrl
2
# Author: Robin Dunn
3
# Created: 1-Feb-2000
4
# Updated:
5
6
WXDIR = $(WXWIN)
7
PROGRAM = stctest
8
9
OBJECTS = $(PROGRAM).obj
10
EXTRALIBS = $(WXDIR)\contrib\lib\stc$(LIBEXT).lib
11
EXTRAINC = -I$(WXDIR)\contrib\include
12
13
!include $(WXDIR)\src\makeprog.vc
14