diff --git a/Makefile b/Makefile index 21d72d1..f624649 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -export NPP_VERSION := v8.8.5 +export NPP_VERSION := v8.8.7 export TINYXML2_VERSION := 11.0.0 export BOOSTREGEX_VERSION := boost-1.89.0 -export RASCRIPT_SYNTAX_VERSION := v0.1.0 +export RASCRIPT_SYNTAX_VERSION := v0.3.0 deps: sudo apt-get install gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 @@ -23,9 +23,9 @@ clean: # works on windows and linux, careful changing this rm -f src/RAScript.rc rm -f src/Config.hpp git submodule update --init --recursive - cd src/notepad-plus-plus && git checkout tags/${NPP_VERSION} - cd src/tinyxml2 && git checkout tags/${TINYXML2_VERSION} - cd src/regex && git checkout tags/${BOOSTREGEX_VERSION} + cd src/notepad-plus-plus && git fetch && git checkout tags/${NPP_VERSION} + cd src/tinyxml2 && git fetch && git checkout tags/${TINYXML2_VERSION} + cd src/regex && git fetch && git checkout tags/${BOOSTREGEX_VERSION} compile-x64: generate ARCH=x86_64 ./scripts/build.sh diff --git a/src/notepad-plus-plus b/src/notepad-plus-plus index 4467a4c..e214d73 160000 --- a/src/notepad-plus-plus +++ b/src/notepad-plus-plus @@ -1 +1 @@ -Subproject commit 4467a4c99e9ff260650847d20fb497b882fcd344 +Subproject commit e214d73fe2a29be00eff3822413df00a3baea0fa