mirror of
https://github.com/simh/simh.git
synced 2026-04-30 05:25:05 +00:00
Fix building under Visual Studio on Windows XP.
This commit is contained in:
3
makefile
3
makefile
@@ -395,6 +395,9 @@ else
|
||||
else
|
||||
GCC_Path := $(dir $(shell where gcc.exe))
|
||||
endif
|
||||
ifeq (rename-build-support,$(shell if exist ..\windows-build-windows-build echo rename-build-support))
|
||||
FIXED_BUILD := $(shell move ..\windows-build-windows-build ..\windows-build >NUL)
|
||||
endif
|
||||
GCC_VERSION = $(word 3,$(shell $(GCC) --version))
|
||||
COMPILER_NAME = GCC Version: $(GCC_VERSION)
|
||||
LTO_EXCLUDE_VERSIONS = 4.5.2
|
||||
|
||||
Reference in New Issue
Block a user