X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=Vs2015%2Frmac%2Frmac.vcxproj;h=8e0b0ff9a5113f366fe072fb7c957116178cc1ec;hp=d544059d84a8cf1c7587e915ba65973718ae1086;hb=114298f750ded052c36763d7b224312fbb71eb25;hpb=ba392fd1c677a8aeb55cbaf81bc529f16c02e804 diff --git a/Vs2015/rmac/rmac.vcxproj b/Vs2015/rmac/rmac.vcxproj index d544059..8e0b0ff 100644 --- a/Vs2015/rmac/rmac.vcxproj +++ b/Vs2015/rmac/rmac.vcxproj @@ -23,14 +23,19 @@ + + + + + @@ -40,16 +45,24 @@ + + + + + + + + @@ -59,6 +72,9 @@ + + true + {D8A382B9-8BD4-4953-B780-95010C41AFC8} Win32Proj @@ -112,11 +128,15 @@ true - $(SolutionDir)\.. + $(SolutionDir)..\ true $(SolutionDir)..\ + + + + false @@ -132,12 +152,23 @@ Level3 Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + Neither + false Console true + notelemetry.obj %(AdditionalOptions) + false + + cd $(SolutionDir)..\ +call maketabs.bat + + + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) + @@ -145,12 +176,21 @@ Level3 Disabled - WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) Console true + + + + + + cd $(SolutionDir)..\ +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) + @@ -160,7 +200,9 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Speed + true Console @@ -168,6 +210,11 @@ true true + + cd $(SolutionDir)..\ +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) + @@ -177,7 +224,7 @@ MaxSpeed true true - WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) Console @@ -185,6 +232,11 @@ true true + + cd $(SolutionDir)..\ +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) +