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)