Skip to content

Commit

Permalink
Build ScintillaWinL.obj for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
djs committed May 17, 2010
1 parent f858c4b commit 4ea1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/scintilla.mak
Expand Up @@ -261,7 +261,7 @@ $(DIR_O)\ScintillaBaseL.obj: ..\src\ScintillaBase.cxx
$(CC) $(CXXFLAGS) -DSCI_LEXER -c $(NAME)$@ ..\src\ScintillaBase.cxx

$(DIR_O)\ScintillaWinL.obj: ScintillaWin.cxx
$(CC) $(CXXFLAGS) -DSCI_LEXER -c $(NAME)$@ ScintillaWin.cxx
$(CC) $(CXXFLAGS) -DSTATIC_BUILD -DSCI_LEXER -c $(NAME)$@ ScintillaWin.cxx

$(DIR_O)\ScintillaWinS.obj: ScintillaWin.cxx
$(CC) $(CXXFLAGS) -DSTATIC_BUILD -c $(NAME)$@ ScintillaWin.cxx
Expand Down

0 comments on commit 4ea1317

Please sign in to comment.