Rev 185 | Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 185 | Rev 186 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> | 56 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> | 
| 57 | </PropertyGroup> | 57 | </PropertyGroup> | 
| 58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| 59 | <ClCompile> | 59 | <ClCompile> | 
| 60 | <Optimization>Disabled</Optimization> | 60 | <Optimization>Disabled</Optimization> | 
| 61 | <PreprocessorDefinitions> | 61 | <PreprocessorDefinitions>NO_REGISTRATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 62 | <MinimalRebuild>true</MinimalRebuild> | 62 | <MinimalRebuild>true</MinimalRebuild> | 
| 63 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 63 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 
| 64 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 64 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
| 65 | <PrecompiledHeader> | 65 | <PrecompiledHeader> | 
| 66 | </PrecompiledHeader> | 66 | </PrecompiledHeader> | 
| Line 79... | Line 79... | ||
| 79 | </PostBuildEvent> | 79 | </PostBuildEvent> | 
| 80 | <PostBuildEvent> | 80 | <PostBuildEvent> | 
| 81 | <Message>Copying files...</Message> | 81 | <Message>Copying files...</Message> | 
| 82 | </PostBuildEvent> | 82 | </PostBuildEvent> | 
| 83 | <PreBuildEvent> | 83 | <PreBuildEvent> | 
| 84 | <Command> | 84 | <Command>if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> | 
| 85 | <Message>Forcing version number regeneration...</Message> | 85 | <Message>Forcing version number regeneration...</Message> | 
| 86 | </PreBuildEvent> | 86 | </PreBuildEvent> | 
| 87 | </ItemDefinitionGroup> | 87 | </ItemDefinitionGroup> | 
| 88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 89 | <ClCompile> | 89 | <ClCompile> | 
| Line 105... | Line 105... | ||
| 105 | <Link> | 105 | <Link> | 
| 106 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 106 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
| 107 | <SubSystem>Windows</SubSystem> | 107 | <SubSystem>Windows</SubSystem> | 
| 108 | </Link> | 108 | </Link> | 
| 109 | <PreBuildEvent> | 109 | <PreBuildEvent> | 
| 110 | <Command> | 110 | <Command>if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> | 
| 111 | <Message>Forcing version number regeneration...</Message> | 111 | <Message>Forcing version number regeneration...</Message> | 
| 112 | </PreBuildEvent> | 112 | </PreBuildEvent> | 
| 113 | </ItemDefinitionGroup> | 113 | </ItemDefinitionGroup> | 
| 114 | <ItemGroup> | 114 | <ItemGroup> | 
| 115 | <ClCompile Include="audio.cpp" /> | 115 | <ClCompile Include="audio.cpp" /> |