Updated Makefile explanation doc for content parity
This commit is contained in:
parent
700426e649
commit
5ddcf24ff8
@ -47,11 +47,11 @@ 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)
|
||||||
MKDIR := -mkdir
|
MKDIR := -mkdir -p
|
||||||
RM := -del /q
|
RM := -del /q
|
||||||
COPY = -robocopy "$(call platformpth,$1)" "$(call platformpth,$2)" $3
|
COPY = -robocopy "$(call platformpth,$1)" "$(call platformpth,$2)" $3
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user