aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-04-18 01:39:55 +0000
committernyamatongwe <devnull@localhost>2003-04-18 01:39:55 +0000
commit945fc56c783b1520f95531a73def4cbdcaa772a3 (patch)
tree60beced0238d3852a891da2629baac76c18657c2 /win32/scintilla.mak
parentfd50d41ef50c1f93921d2466449e53f0b4767e7c (diff)
downloadscintilla-mirror-945fc56c783b1520f95531a73def4cbdcaa772a3.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 \