parent
f8137f253e
commit
700426e649
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ ifeq ($(OS), Windows_NT)
|
|||||||
# Set Windows macros
|
# Set Windows macros
|
||||||
platform := Windows
|
platform := Windows
|
||||||
CXX ?= g++
|
CXX ?= g++
|
||||||
linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -mwindows
|
linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -mwindows -static -static-libgcc -static-libstdc++
|
||||||
libGenDir := src
|
libGenDir := src
|
||||||
THEN := &&
|
THEN := &&
|
||||||
PATHSEP := \$(BLANK)
|
PATHSEP := \$(BLANK)
|
||||||
|
Loading…
Reference in New Issue
Block a user