From be33bfb2d5e639ae3ae44d0f8414ccb413a6010f Mon Sep 17 00:00:00 2001 From: zeffy Date: Tue, 6 Jun 2017 14:12:03 -0700 Subject: [PATCH] finish making msvc a static import --- install/install_wufuc.bat | 13 ------------- wufuc/wufuc.vcxproj | 2 ++ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/install/install_wufuc.bat b/install/install_wufuc.bat index daeba6d..f58dc4f 100644 --- a/install/install_wufuc.bat +++ b/install/install_wufuc.bat @@ -108,19 +108,6 @@ set /p CONTINUE=Enter 'Y' if you want to install wufuc: if /I not "%CONTINUE%"=="Y" goto :cancel echo. -set "vcredist_path=%~dp0_Redist\vcredist_%WINDOWS_ARCHITECTURE%.exe" -if exist "%vcredist_path%" ( - echo Installing Microsoft Visual C^+^+ 2017 Redistributable ^(%WINDOWS_ARCHITECTURE%^)... - "%vcredist_path%" /passive /norestart - goto :install -) - -echo Couldn't locate and install Microsoft Visual C^+^+ 2017 Redistributable ^(%WINDOWS_ARCHITECTURE%^). - -set /p CONTINUE=Enter 'Y' if you still want to continue: -if /I not "%CONTINUE%"=="Y" goto :cancel -echo. - :install set "wufuc_task=wufuc.{72EEE38B-9997-42BD-85D3-2DD96DA17307}" schtasks /Create /XML "%~dp0wufuc.xml" /TN "%wufuc_task%" /F diff --git a/wufuc/wufuc.vcxproj b/wufuc/wufuc.vcxproj index 6896505..316f859 100644 --- a/wufuc/wufuc.vcxproj +++ b/wufuc/wufuc.vcxproj @@ -105,6 +105,7 @@ Level3 Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug Windows @@ -119,6 +120,7 @@ Level3 Disabled _DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug Windows