aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-04-18 01:39:55 +0000
committernyamatongwe <unknown>2003-04-18 01:39:55 +0000
commit55fdc0e6745bb50304e73e1c11c95d6c847b4274 (patch)
tree60beced0238d3852a891da2629baac76c18657c2 /win32/scintilla.mak
parent25a167ffe9c75c993f2c2a45ad3ebe3295e3d41a (diff)
downloadscintilla-mirror-55fdc0e6745bb50304e73e1c11c95d6c847b4274.tar.gz
Patch from Simon to make ExternalLexer platform independent.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 2865ef725..c60c903b9 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -226,10 +226,10 @@ $(DIR_O)\Editor.obj: ../src/Editor.cxx ../include/Platform.h \
../src/CellBuffer.h ../src/KeyMap.h ../src/Indicator.h \
../src/LineMarker.h ../src/Style.h ../src/ViewStyle.h \
../src/Document.h ../src/Editor.h ../src/XPM.h
-$(DIR_O)\ExternalLexer.obj: ExternalLexer.cxx ../include/Platform.h \
+$(DIR_O)\ExternalLexer.obj: ../src/ExternalLexer.cxx ../include/Platform.h \
../include/SciLexer.h ../include/PropSet.h ../include/SString.h \
../include/Accessor.h ../src/DocumentAccessor.h ../include/KeyWords.h \
- ExternalLexer.h
+ ../src/ExternalLexer.h
$(DIR_O)\Indicator.obj: ../src/Indicator.cxx ../include/Platform.h \
../include/Scintilla.h ../src/Indicator.h
$(DIR_O)\KeyMap.obj: ../src/KeyMap.cxx ../include/Platform.h \