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