Change the object for windows/log.cpp to log_windows.obj -- I'm starting to dislike msvc more and more, how can people develop using this program?

Originally committed to SVN as r4407.
This commit is contained in:
Amar Takhar 2010-06-03 01:03:17 +00:00
parent 719b7c2281
commit f6bf25c397
1 changed files with 16 additions and 0 deletions

View File

@ -186,6 +186,22 @@
<File
RelativePath="..\..\libaegisub\windows\log.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\log_windows"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\log_windows"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\libaegisub\windows\util.cpp"