windows crosscompile
This commit is contained in:
parent
a043f1f247
commit
cfc46271cf
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -1,7 +1,7 @@
|
|||
CP=clang
|
||||
CROSS_CP=x86_64-w64-mingw32-g++
|
||||
CFLAGS=$(shell cat compiler_flags.txt | tr '\n' ' ')
|
||||
WINCFLAGS=-Wall -lstdc++ -lm -Iinclude/windows -lwinmm -lgdi32 -Llib/windows/ -lraylib
|
||||
WINCFLAGS=-Wall -lm -Iinclude/windows -lraylib -lopengl32 -lwinmm -lgdi32 -lshell32 -Llib/windows/ -static
|
||||
FILES=$(wildcard src/*.cpp)
|
||||
|
||||
.PHONY : clean cross-windows all release debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue