mirror of https://github.com/snes9xgit/snes9x.git
Formatting
This commit is contained in:
parent
fbc8e4a936
commit
540c4bfec7
|
@ -257,8 +257,8 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||||
LIBS += WindowsApp.lib
|
LIBS += WindowsApp.lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Specific to this core
|
# Specific to this core
|
||||||
MSVC2017CompileFlags += -D__WIN32__
|
MSVC2017CompileFlags += -D__WIN32__
|
||||||
|
|
||||||
CFLAGS += $(MSVC2017CompileFlags)
|
CFLAGS += $(MSVC2017CompileFlags)
|
||||||
CXXFLAGS += $(MSVC2017CompileFlags)
|
CXXFLAGS += $(MSVC2017CompileFlags)
|
||||||
|
@ -323,9 +323,9 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||||
PATH := $(PATH):$(shell IFS=$$'\n'; cygpath "$(VsInstallRoot)/Common7/IDE")
|
PATH := $(PATH):$(shell IFS=$$'\n'; cygpath "$(VsInstallRoot)/Common7/IDE")
|
||||||
INCLUDE := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/include")
|
INCLUDE := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/include")
|
||||||
LIB := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/lib/$(TargetArchMoniker)")
|
LIB := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/lib/$(TargetArchMoniker)")
|
||||||
ifneq (,$(findstring uwp,$(PlatformSuffix)))
|
ifneq (,$(findstring uwp,$(PlatformSuffix)))
|
||||||
LIB := $(shell IFS=$$'\n'; cygpath -w "$(LIB)/store")
|
LIB := $(shell IFS=$$'\n'; cygpath -w "$(LIB)/store")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export INCLUDE := $(INCLUDE);$(WindowsSDKSharedIncludeDir);$(WindowsSDKUCRTIncludeDir);$(WindowsSDKUMIncludeDir)
|
export INCLUDE := $(INCLUDE);$(WindowsSDKSharedIncludeDir);$(WindowsSDKUCRTIncludeDir);$(WindowsSDKUMIncludeDir)
|
||||||
export LIB := $(LIB);$(WindowsSDKUCRTLibDir);$(WindowsSDKUMLibDir)
|
export LIB := $(LIB);$(WindowsSDKUCRTLibDir);$(WindowsSDKUMLibDir)
|
||||||
|
|
Loading…
Reference in New Issue