Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2015-11-12 18:25:21 +0300
committerUnderground78 <underground78@users.sourceforge.net>2016-04-12 00:58:57 +0300
commit8e892a430db8db272d5021055ddc0d85de4c112b (patch)
tree23548b43ddc7e90bac669809228065087767fc71 /distrib
parent8db14f6bb407f0ff723e2d5c1b95291c1aa30ed6 (diff)
Remove support for Visual Studio 2013.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/mpc-hc_setup.iss11
1 files changed, 1 insertions, 10 deletions
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index 6ad672ed2..27a4501a8 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -29,7 +29,6 @@
#endif
; If you want to compile the 64-bit version define "x64build" (uncomment the define below or use build.bat)
-;#define VS2015
;#define x64Build
;#define MPCHC_LITE
@@ -61,11 +60,7 @@
#define app_vername = app_name + " " + app_ver
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
-#if defined(VS2015)
- #define base_bindir = "..\bin15"
-#else
- #define base_bindir = "..\bin"
-#endif
+#define base_bindir = "..\bin"
#ifdef x64Build
#define bindir = AddBackslash(base_bindir) + "mpc-hc_x64"
@@ -99,10 +94,6 @@
#endif
#endif
-#if defined(VS2015)
- #define OutFilename = OutFilename + ".VS2015"
-#endif
-
#if MPC_NIGHTLY_RELEASE
#define FullAppNameVer = app_vername + " " + "(" + str(MPCHC_HASH) + ")"
#else