diff options
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/makefile b/win32/makefile index 7aa1be716..30ae527fb 100644 --- a/win32/makefile +++ b/win32/makefile @@ -130,7 +130,7 @@ SCILEX_OBJS=\ HanjaDic.o \ PlatWin.o \ ScintillaBaseL.o \ - ScintillaWinL.o + ScintillaWin.o COMPONENT_OBJS = \ $(SRC_OBJS) \ @@ -162,9 +162,6 @@ include deps.mak ScintillaBaseL.o: $(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) -D SCI_LEXER -c $< -o $@ -ScintillaWinL.o: - $(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) -D SCI_LEXER -c $< -o $@ - ScintRes.o: ScintRes.rc $(WINDRES) ScintRes.rc $@ |