windowsify rogue build (#1310)

* update rogue makefile

* update roguelib libs

* update rogue makefile

* update rogue libs

* add ncurses

* add rogue WIN artifacts
This commit is contained in:
ca333
2019-03-04 00:18:45 +01:00
committed by jl777
parent 7f0cadf5d2
commit a4ed36e3c4
4 changed files with 10 additions and 7 deletions

View File

@@ -26,10 +26,10 @@ O=o
CC = x86_64-w64-mingw32-gcc
#CFLAGS=-O2
CFLAGS= -g -O2 -I./ncurses/include -I./ncurses/include/ncursesw -I../../../depends/x86_64-w64-mingw32/include
CFLAGS= -g -O2 -I./x86_64-w64-mingw32/include -I./x86_64-w64-mingw32/include/ncursesw
#LIBS=-lcurses
LIBS = -L./ncurses/lib -lncursesw -lcurl
LIBS = -L./x86_64-w64-mingw32/lib -lncursesw -lcurl
#RM=rm -f
RM = rm -f