From 64df153961204c2d9d9bfac9f69df2599f14c643 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Wed, 25 Dec 2019 13:55:26 -0800 Subject: [PATCH] Fix missing swears --- makefile.basic | 2 ++ makefile.library | 2 ++ 2 files changed, 4 insertions(+) diff --git a/makefile.basic b/makefile.basic index f5dec99..aa56d25 100644 --- a/makefile.basic +++ b/makefile.basic @@ -44,6 +44,7 @@ ifneq ($(WINDOWS),1) AS::=as else #windows #windows settings + #windows is a fuckwit MINGW_PREFIX::=x86_64-w64-mingw32- CC::=$(MINGW_PREFIX)gcc CXX::=$(MINGW_PREFIX)g++ @@ -56,6 +57,7 @@ else #windows MAIN_EXECUTABLE::=$(MAIN_EXECUTABLE).exe endif #windows +#system dependant bullshit ifeq ($(OS),Windows_NT) #windows' cmd commands mkdir=mkdir $(subst /,\,$(1)) > NUL 2>&1 diff --git a/makefile.library b/makefile.library index d59209c..6a73227 100644 --- a/makefile.library +++ b/makefile.library @@ -45,6 +45,7 @@ ifneq ($(WINDOWS),1) AR::=ar AS::=as else #windows + #windows is a fuckwit #windows settings MINGW_PREFIX::=x86_64-w64-mingw32- CC::=$(MINGW_PREFIX)gcc @@ -68,6 +69,7 @@ else endif +#system dependant bullshit ifeq ($(OS),Windows_NT) #windows' cmd commands mkdir=mkdir $(subst /,\,$(1)) > NUL 2>&1