projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxListView class: this is going to be a wxListCtrl with human (inter)face
[wxWidgets.git]
/
src
/
stc
/
makefile.b32
diff --git
a/src/stc/makefile.b32
b/src/stc/makefile.b32
index 0d86478b7c09bab65625557c9c3168b7ab7e84fe..8e602b4098643d30d5a126f492be5443baf2cd74 100644
(file)
--- a/
src/stc/makefile.b32
+++ b/
src/stc/makefile.b32
@@
-18,10
+18,9
@@
S=$(SCINTILLA)\src
STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S)
STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S)
-LIBTARGET=$(WXDIR)\
contrib\
lib\stc.lib
+LIBTARGET=$(WXDIR)\lib\stc.lib
OBJECTS = \
OBJECTS = \
- Accessor.obj \
AutoComplete.obj \
CallTip.obj \
CellBuffer.obj \
AutoComplete.obj \
CallTip.obj \
CellBuffer.obj \
@@
-56,6
+55,8
@@
OBJECTS = \
!include $(WXDIR)\src\makelib.b32
!include $(WXDIR)\src\makelib.b32
+all: stc.cfg $(LIBTARGET)
+
CFG = stc.cfg
CPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(CFG)
CFG = stc.cfg
CPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(CFG)