diff --git a/build.bat b/build.bat index b2e6d92..8ec8e55 100644 --- a/build.bat +++ b/build.bat @@ -368,7 +368,7 @@ IF /I "%~2" == "Win32" ( PUSHD "%BIN_DIR%" -SET "PCKG_NAME=%NAME%.%MPCHC_VER%.%ARCH%" +SET "PCKG_NAME=%NAME%.%MPCHC_VER%.%ARCH%.ICL13" IF DEFINED MPCHC_LITE (SET "PCKG_NAME=%PCKG_NAME%.Lite") IF /I "%COMPILER%" == "VS2012" (SET "PCKG_NAME=%PCKG_NAME%.%COMPILER%") diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss index 9dd186b..1ef692d 100644 --- a/distrib/mpc-hc_setup.iss +++ b/distrib/mpc-hc_setup.iss @@ -41,7 +41,7 @@ #define localize = "true" #endif #endif -#define sse_required +#define sse2_required ; From now on you shouldn't need to change anything @@ -81,6 +81,8 @@ #define OutFilename = app_name + "." + app_ver + ".x86" #endif +#define OutFilename = OutFilename + ".ICL13" + #ifnexist bindir + "\" + mpchc_exe #error Compile MPC-HC first #endif @@ -109,6 +111,9 @@ #ifdef MPCHC_LITE #define FullAppNameVer = FullAppNameVer + " " + "Lite" #endif + +#define FullAppNameVer = FullAppNameVer + " " + "ICL13" + #ifdef x64Build #define FullAppNameVer = FullAppNameVer + " " + "(64-bit)" #endif diff --git a/docs/Readme.txt b/docs/Readme.txt index 830cc7f..2f63bde 100644 --- a/docs/Readme.txt +++ b/docs/Readme.txt @@ -27,7 +27,7 @@ Main Features: System Requirements: --------------------- -* An SSE capable CPU +* An SSE2 capable CPU * Windows XP SP3, Vista, 7, 8 32-bit/64-bit diff --git a/src/common.props b/src/common.props index 9411fe4..a371d72 100644 --- a/src/common.props +++ b/src/common.props @@ -47,11 +47,14 @@ Windows MachineX86 MachineX64 + $(IntDir) + $(IntDir) 0x0409 WIN32;%(PreprocessorDefinitions) _WIN64;%(PreprocessorDefinitions) + true @@ -73,24 +76,27 @@ ProgramDatabase - StreamingSIMDExtensions + 597,997,13200 + true + Fast AnySuitable + SingleFile true Speed true - MaxSpeed + MaxSpeedHighLevel NDEBUG;%(PreprocessorDefinitions) MultiThreaded true - true + true - true + true true true - UseLinkTimeCodeGeneration + UseLinkTimeCodeGeneration .rdata=.text true true diff --git a/src/filters/transform/VSFilter/installer/vsfilter_setup.iss b/src/filters/transform/VSFilter/installer/vsfilter_setup.iss index 16d9cc7..2f9cf41 100644 --- a/src/filters/transform/VSFilter/installer/vsfilter_setup.iss +++ b/src/filters/transform/VSFilter/installer/vsfilter_setup.iss @@ -25,7 +25,7 @@ #endif ; If you want to compile the 64-bit version define "x64Build" (uncomment the define below or use build.bat) -#define sse_required +#define sse2_required ;#define VS2012 ;#define x64Build @@ -58,6 +58,8 @@ #define OutFilename = app_name + "_" + app_version + "_x86" #endif +#define OutFilename = OutFilename + ".ICL13" + #ifnexist bindir + "\VSFilter.dll" #error Compile VSFilter first #endif @@ -75,6 +77,9 @@ #if MPC_BETA_RELEASE #define FullAppNameVer = FullAppNameVer + " " + str(MPC_VERSION_BETA) #endif + +#define FullAppNameVer = FullAppNameVer + " " + "ICL13" + #ifdef x64Build #define FullAppNameVer = FullAppNameVer + " " + "(64-bit)" #endif diff --git a/src/platform.props b/src/platform.props index 7da55ea..c4127a7 100644 --- a/src/platform.props +++ b/src/platform.props @@ -1,7 +1,7 @@ - v110_xp + Intel C++ Compiler XE 13.0 v110