mirror of https://github.com/odrling/Aegisub
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:
parent
719b7c2281
commit
f6bf25c397
|
@ -186,6 +186,22 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\libaegisub\windows\log.cpp"
|
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>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\libaegisub\windows\util.cpp"
|
RelativePath="..\..\libaegisub\windows\util.cpp"
|
||||||
|
|
Loading…
Reference in New Issue