X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=Vs2015%2Frmac%2Frmac.vcxproj;h=8e0b0ff9a5113f366fe072fb7c957116178cc1ec;hp=f2212a7fd0a172fe4850e0890b5270f2978805ef;hb=114298f750ded052c36763d7b224312fbb71eb25;hpb=4205233c8397c581b4d27ab36ab81ec896ef3dd0 diff --git a/Vs2015/rmac/rmac.vcxproj b/Vs2015/rmac/rmac.vcxproj index f2212a7..8e0b0ff 100644 --- a/Vs2015/rmac/rmac.vcxproj +++ b/Vs2015/rmac/rmac.vcxproj @@ -23,6 +23,9 @@ + + + @@ -42,16 +45,22 @@ + + + + + + @@ -63,6 +72,9 @@ + + true + {D8A382B9-8BD4-4953-B780-95010C41AFC8} Win32Proj @@ -116,11 +128,15 @@ true - $(SolutionDir)\.. + $(SolutionDir)..\ true $(SolutionDir)..\ + + + + false @@ -136,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!) + @@ -149,15 +176,20 @@ Level3 Disabled - WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) Console true + + + + cd $(SolutionDir)..\ -call maketabs.bat +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) @@ -168,7 +200,9 @@ call maketabs.bat MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Speed + true Console @@ -176,6 +210,11 @@ call maketabs.bat true true + + cd $(SolutionDir)..\ +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) + @@ -185,7 +224,7 @@ call maketabs.bat MaxSpeed true true - WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) Console @@ -193,6 +232,11 @@ call maketabs.bat true true + + cd $(SolutionDir)..\ +maketabs.bat + Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!) +