1
0
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:
Mark Pizzolato
2013-04-29 05:39:22 -07:00
parent 02ebf6bdfc
commit 8735538d72
38 changed files with 168 additions and 72 deletions

View File

@@ -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