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