DXGL r342 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r341
|
r342
|
r343
>
Date:
01:30, 28 February 2013
Author:
admin
Status:
new
Tags:
Comment:
Build fix for Debug Trace builds.
Modified paths:
/ddraw/ddraw.vcxproj
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/ddraw.vcxproj
—
—
@@ -143,10 +143,10 @@
144
144
<SubSystem>Windows</SubSystem>
145
145
<GenerateDebugInformation>true</GenerateDebugInformation>
146
146
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
147
- <AdditionalDependencies>$(OutDir)cfgmgr.lib;glu32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
147
+ <AdditionalDependencies>$(OutDir)..\Debug\cfgmgr.lib;glu32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
148
148
</Link>
149
149
<PreBuildEvent>
150
- <Command>"$(OutDir)buildtool.exe" makeheader $(SolutionDir)common</Command>
150
+ <Command>"$(OutDir)..\Debug\buildtool.exe" makeheader $(SolutionDir)common</Command>
151
151
</PreBuildEvent>
152
152
<PreBuildEvent>
153
153
<Message>Create version headers</Message>
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version