From 5ddcf24ff894973fbd82421c2e558d8e5ee75195 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Mon, 5 Apr 2021 10:10:43 +1000 Subject: [PATCH] Updated Makefile explanation doc for content parity --- docs/MakefileExplanation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MakefileExplanation.md b/docs/MakefileExplanation.md index 6f86a00..b3c8525 100644 --- a/docs/MakefileExplanation.md +++ b/docs/MakefileExplanation.md @@ -47,11 +47,11 @@ ifeq ($(OS), Windows_NT) # Set Windows macros platform := Windows 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 THEN := && PATHSEP := \$(BLANK) - MKDIR := -mkdir + MKDIR := -mkdir -p RM := -del /q COPY = -robocopy "$(call platformpth,$1)" "$(call platformpth,$2)" $3 else