From 768c5c0e538851f6db49ad258d5a2690888b6ddb Mon Sep 17 00:00:00 2001 From: Alekmaul Date: Sun, 15 Dec 2019 07:45:27 +0100 Subject: [PATCH] Update with .bat batch for windows --- pvcollib/build_pvcollib.bat | 15 +++++++++++++++ pvcollib/pvcollib.pnproj | 2 +- pvcollib/pvcollib.pnps | 2 +- pvcollib/pvcollib_license.txt | 7 ++++++- 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 pvcollib/build_pvcollib.bat diff --git a/pvcollib/build_pvcollib.bat b/pvcollib/build_pvcollib.bat new file mode 100644 index 0000000..1ebbcba --- /dev/null +++ b/pvcollib/build_pvcollib.bat @@ -0,0 +1,15 @@ +@SET "DEVKITCOL=%cd:\=/%" +@SET SVGPA=%PATH% +@SET PATH=%DEVKITCOL%\bin;%PATH% + +@ECHO. +@ECHO. +@ECHO. +@ECHO. +%DEVKITCOL%\bin\make -f Makelib clean +%DEVKITCOL%\bin\make -f Makelib release + +@ECHO ------------------------------------------- +@ECHO PVcollib is now ready! Press any key to exit... +@SET PATH=%SVGPA% +@PAUSE >nul diff --git a/pvcollib/pvcollib.pnproj b/pvcollib/pvcollib.pnproj index 4ef0f94..73a2782 100644 --- a/pvcollib/pvcollib.pnproj +++ b/pvcollib/pvcollib.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/pvcollib/pvcollib.pnps b/pvcollib/pvcollib.pnps index 2874abb..3c73178 100644 --- a/pvcollib/pvcollib.pnps +++ b/pvcollib/pvcollib.pnps @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/pvcollib/pvcollib_license.txt b/pvcollib/pvcollib_license.txt index 81a155b..9f8abdf 100644 --- a/pvcollib/pvcollib_license.txt +++ b/pvcollib/pvcollib_license.txt @@ -21,9 +21,14 @@ -------------------------------------------------------------------------- CHANGE LOG -------------------------------------------------------------------------- -V1.4.0 (12/xx/2019) +V1.4.0 (12/15/2019) - Add a specific file for f18a support - Add a specific file for Phoenix support +- Fix example browsing directories in makefile +- Fix lots of comments for doxygen documentation +- Remove useless files from sdcc +- Add specific makelib and bat file for windows +- Change library in one tar gzipped file V1.3.0 (11/24/2019) - Add megacart support (tools and example)