projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added 'name' to wxEditableListBox ctor
[wxWidgets.git]
/
contrib
/
src
/
stc
/
makefile.b32
diff --git
a/contrib/src/stc/makefile.b32
b/contrib/src/stc/makefile.b32
index 6f5703b7dc6f02c3e660572c17c9afe3f4bfaf52..0d86478b7c09bab65625557c9c3168b7ab7e84fe 100644
(file)
--- a/
contrib/src/stc/makefile.b32
+++ b/
contrib/src/stc/makefile.b32
@@
-34,6
+34,7
@@
OBJECTS = \
KeyWords.obj \
LexCPP.obj \
LexHTML.obj \
+ LexLua.obj \
LexOthers.obj \
LexPerl.obj \
LexPython.obj \
@@
-41,6
+42,7
@@
OBJECTS = \
LexVB.obj \
LineMarker.obj \
PropSet.obj \
+ PosRegExp.obj \
ScintillaBase.obj \
Style.obj \
UniConversion.obj \