File compiler settings in release mode

This commit is contained in:
DJRobX 2007-11-12 17:19:22 +00:00
parent 5f772c509c
commit d20aaa5c55
2 changed files with 3 additions and 2 deletions

View File

@ -101,9 +101,9 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SolutionDir)..\dependencies\zlib&quot;;&quot;$(SolutionDir)..\dependencies\libpng&quot;;&quot;$(SolutionDir)..\dependencies\cximage&quot;;$(SolutionDir)..\dependencies\File_Extractor-0.4.2\zlib&quot;;&quot;$(SolutionDir)..\dependencies\File_Extractor-0.4.2&quot;"
AdditionalIncludeDirectories="&quot;$(SolutionDir)..\dependencies\zlib&quot;;&quot;$(SolutionDir)..\dependencies\libpng&quot;;&quot;$(SolutionDir)..\dependencies\cximage&quot;;&quot;$(SolutionDir)..\dependencies\File_Extractor-0.4.2\zlib&quot;;&quot;$(SolutionDir)..\dependencies\File_Extractor-0.4.2&quot;"
PreprocessorDefinitions="FEX_ENABLE_RAR"
RuntimeLibrary="2"
RuntimeLibrary="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"

View File

@ -1888,6 +1888,7 @@ BEGIN
"N", ID_DEBUG_NEXTFRAME, VIRTKEY, CONTROL, NOINVERT
"O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
"P", ID_FILE_PAUSE, VIRTKEY, CONTROL, NOINVERT
VK_PAUSE, ID_FILE_PAUSE, VIRTKEY, NOINVERT
"R", ID_FILE_RESET, VIRTKEY, CONTROL, NOINVERT
"S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
VK_ESCAPE, ID_FILE_TOGGLEMENU, VIRTKEY, NOINVERT