diff --git a/Mkfiles/vc14/genperf/genperf.vcxproj b/Mkfiles/vc14/genperf/genperf.vcxproj
index 0cb39069..4ccf38a2 100644
--- a/Mkfiles/vc14/genperf/genperf.vcxproj
+++ b/Mkfiles/vc14/genperf/genperf.vcxproj
@@ -78,15 +78,15 @@
$(Platform)\$(Configuration)\
false
false
- false
- false
- false
- false
false
false
false
false
+
+
+
+
Disabled
@@ -122,6 +122,9 @@
x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)
+
+ run.bat "$(TargetPath)"
+
@@ -156,6 +159,9 @@
x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)
+
+ run.bat "$(TargetPath)"
+
@@ -190,6 +196,9 @@
x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)
+
+ run.bat "$(TargetPath)"
+
@@ -223,6 +232,9 @@
x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)
+
+ run.bat "$(TargetPath)"
+
diff --git a/Mkfiles/vc14/genperf/run.bat b/Mkfiles/vc14/genperf/run.bat
index 4f655b84..c6f83543 100644
--- a/Mkfiles/vc14/genperf/run.bat
+++ b/Mkfiles/vc14/genperf/run.bat
@@ -23,6 +23,7 @@ echo Building with Python ...
set _res_=%_my_:*REG_SZ=%
set _end_=%_res_:*exe"=%
call set _python_=%%_res_:%_end_%=%%
+echo %_python_%
call %_python_% modules\arch\x86\gen_x86_insn.py
:therest
diff --git a/Mkfiles/vc14/vsyasm.xml b/Mkfiles/vc14/vsyasm.xml
index cd08cbba..a108f005 100644
--- a/Mkfiles/vc14/vsyasm.xml
+++ b/Mkfiles/vc14/vsyasm.xml
@@ -125,7 +125,7 @@
HelpContext="0"
DisplayName="Map File Name"
Description="Select a map output by setting its file name"
- Switch="--mapdir= "[value]"" />
+ Switch="--mapdir="[value]"" />
+ Switch="--prefix="[value]"" />
+ Switch="--suffix="[value]"" />