Skip to content

Commit

Permalink
Update nppSpecifics.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored May 5, 2024
1 parent cdc21ff commit 12a6900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boostregex/nppSpecifics.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ $(DIR_O)\UTF8DocumentIterator.obj:: ../../boostregex/UTF8DocumentIterator.cxx
$(CC) $(CXXFLAGS) -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c ../../boostregex/UTF8DocumentIterator.cxx

$(DIR_O)\BoostRegexSearch.obj:: ../../boostregex/BoostRegexSearch.cxx ../src/CharClassify.h ../src/RESearch.h
$(CC) $(CXXFLAGS) -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c $< -Fo$@
$(CC) $(CXXFLAGS) -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c $< -Fo$(DIR_O)

0 comments on commit 12a6900

Please sign in to comment.