~octaspire/dern

723ae98ef4e38cdc59b010c1407563164230c4bd — octaspire 5 years ago 2ceb5c2 v0.481.1
Fix and update couple of hints in Windows MSVC build script
M dev/include/octaspire/dern/octaspire_dern_config.h => dev/include/octaspire/dern/octaspire_dern_config.h +1 -1
@@ 19,7 19,7 @@ limitations under the License.

#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "481"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "1"

#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
    OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \

M release/how-to-build/windows-msvc.bat => release/how-to-build/windows-msvc.bat +7 -2
@@ 54,8 54,8 @@ cl /nologo /W2 /I. /DOCTASPIRE_DERN_AMALGAMATED_IMPLEMENTATION /LD examples\myli
cl /nologo /W2 /I. /DOCTASPIRE_DERN_AMALGAMATED_IMPLEMENTATION /LD plugins\dern_socket.c /link ws2_32.lib /out:libdern_socket.dll
@ECHO.
@ECHO RUN WITH:
@ECHO octaspire-dern-repl.exe examples\irc-client-ncurses.dern
@ECHO octaspire-dern-repl.exe examples\irc-client-nuklear.dern
@ECHO octaspire-dern-repl.exe -I examples examples\irc-client-ncurses.dern
@ECHO octaspire-dern-repl.exe -I examples examples\irc-client-nuklear.dern
@ECHO.
@ECHO BUILD WITH:
@ECHO cl /W2 /I. /DOCTASPIRE_DERN_AMALGAMATED_IMPLEMENTATION /LD plugins\dern_socket.c /link ws2_32.lib /out:libdern_socket.dll


@@ 66,6 66,11 @@ cl /nologo /W2 /I. /DOCTASPIRE_DERN_AMALGAMATED_IMPLEMENTATION /LD plugins\dern_
@ECHO -----------------------------------------------------------------
cl /nologo /W2 /I. /DOCTASPIRE_DERN_AMALGAMATED_IMPLEMENTATION /LD plugins\dern_ncurses.c /link pdcurses.lib /out:libdern_ncurses.dll
@ECHO.
@ECHO INSTALL DEPENDENCIES LIKE THIS:
@ECHO 1. Go to https://pdcurses.sourceforge.io
@ECHO 2. Download file 'pdc34dllw.zip' into 'release'-directory
@ECHO 3. Run command: unzip pdc34dllw.zip
@ECHO.
@ECHO RUN WITH:
@ECHO octaspire-dern-repl.exe examples\dern-ncurses-example.dern
@ECHO.

M release/octaspire-dern-amalgamated.c => release/octaspire-dern-amalgamated.c +1 -1
@@ 26337,7 26337,7 @@ limitations under the License.

#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "481"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "1"

#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
    OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \