mingw build bit
This commit is contained in:
+3
-4
@@ -116,12 +116,11 @@ matrix:
|
|||||||
os: windows
|
os: windows
|
||||||
# install: choco install mingw
|
# install: choco install mingw
|
||||||
script:
|
script:
|
||||||
- sh sys/winnt/travis-gcc.sh
|
|
||||||
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
|
|
||||||
- test -d "lib/pdcurses" || exit 0
|
|
||||||
- export ADD_CURSES=Y
|
- export ADD_CURSES=Y
|
||||||
- export PDCURSES_TOP=../lib/pdcurses
|
- export PDCURSES_TOP=../lib/pdcurses
|
||||||
- export LUA_VERSION=5.3.5
|
- export LUA_VERSION=5.3.5 - sh sys/winnt/travis-gcc.sh
|
||||||
|
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
|
||||||
|
- test -d "lib/pdcurses" || exit 0
|
||||||
- cd src
|
- cd src
|
||||||
- cp ../sys/winnt/Makefile.gcc ./Makefile
|
- cp ../sys/winnt/Makefile.gcc ./Makefile
|
||||||
- mingw32-make install
|
- mingw32-make install
|
||||||
|
|||||||
+2
-2
@@ -339,10 +339,10 @@ pfx_##a,
|
|||||||
"the inventory order of the items in your pack")
|
"the inventory order of the items in your pack")
|
||||||
#ifdef CHANGE_COLOR
|
#ifdef CHANGE_COLOR
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
NHOPTC(palette, 15, opt_in, set_in_game, No, Yes, No, "hicolor",
|
NHOPTC(palette, 15, opt_in, set_in_game, No, Yes, No, No, "hicolor",
|
||||||
"palette (00c/880/-fff is blue/yellow/reverse white)")
|
"palette (00c/880/-fff is blue/yellow/reverse white)")
|
||||||
#else
|
#else
|
||||||
NHOPTC(palette, 15, opt_in, set_in_config, No, Yes, No, "hicolor",
|
NHOPTC(palette, 15, opt_in, set_in_config, No, Yes, No, No, "hicolor",
|
||||||
"palette (adjust an RGB color in palette (color-R-G-B)")
|
"palette (adjust an RGB color in palette (color-R-G-B)")
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user