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 b2ea65d commit ad74a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boostregex/nppSpecifics.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ CXXFLAGS=$(CXXFLAGS) -DSCI_OWNREGEX


$(DIR_O)\UTF8DocumentIterator.obj:: ../../boostregex/UTF8DocumentIterator.cxx
$(CC) $(CXXFLAGS) -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c -Fo$(DIR_O)\ %s
$(CC) $(CXXFLAGS) -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c -Fo$@ %s

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

0 comments on commit ad74a14

Please # to comment.