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
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-09-09 15:47:13 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-09-10 09:08:59 +0400
commit54e25b97b09ddbb25e146edee342e26fb3634404 (patch)
tree86915370537219010fe75528776893fdc90bacd6 /src
parent3c50036de02db14fef8a6a349370675d1a05ba63 (diff)
Use VS2012 as the default for the builds.
We've been using VS2012 for the nightlies for some time now without any real issues apart from the renderer one which was reported and worked around. This will allow us to use more C++11 features. No files are renamed or removed at this point; we'll do this after 1.7.0 is out.
Diffstat (limited to 'src')
-rw-r--r--src/filters/transform/VSFilter/installer/vsfilter_setup.iss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/filters/transform/VSFilter/installer/vsfilter_setup.iss b/src/filters/transform/VSFilter/installer/vsfilter_setup.iss
index 124424dc1..84641b493 100644
--- a/src/filters/transform/VSFilter/installer/vsfilter_setup.iss
+++ b/src/filters/transform/VSFilter/installer/vsfilter_setup.iss
@@ -26,7 +26,7 @@
; If you want to compile the 64-bit version define "x64Build" (uncomment the define below or use build.bat)
#define sse_required
-;#define VS2012
+;#define VS2010
;#define x64Build
@@ -44,10 +44,10 @@
#define app_vername = app_name + " " + app_version
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
-#if defined(VS2012)
- #define base_bindir = top_dir + "\bin12"
-#else
+#if defined(VS2010)
#define base_bindir = top_dir + "\bin"
+#else
+ #define base_bindir = top_dir + "\bin12"
#endif
#ifdef x64Build
@@ -62,8 +62,8 @@
#error Compile VSFilter first
#endif
-#if defined(VS2012)
- #define OutFilename = OutFilename + ".VS2012"
+#if defined(VS2010)
+ #define OutFilename = OutFilename + ".VS2010"
#endif
#if MPC_BETA_RELEASE