DXGL r892 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r891
|
r892
|
r893
>
Date:
23:03, 13 February 2019
Author:
admin
Status:
new
Tags:
Comment:
Fix "No DXGL" builds in VS2010.
Modified paths:
/ddraw/ddraw.vcxproj
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/ddraw.vcxproj
—
—
@@ -117,7 +117,6 @@
118
118
</PropertyGroup>
119
119
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug no DXGL|Win32'">
120
120
<LinkIncremental>true</LinkIncremental>
121
- <TargetName>ddraw_donotuse</TargetName>
122
121
</PropertyGroup>
123
122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
124
123
<LinkIncremental>false</LinkIncremental>
—
—
@@ -212,8 +211,9 @@
213
212
<SubSystem>Windows</SubSystem>
214
213
<GenerateDebugInformation>true</GenerateDebugInformation>
215
214
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
216
- <AdditionalDependencies>$(OutDir)libMinHook.x86.lib;$(OutDir)cfgmgr.lib;glu32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
215
+ <AdditionalDependencies>$(OutDir)..\Debug\libMinHook.x86.lib;$(OutDir)cfgmgr.lib;glu32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
217
216
<ImportLibrary>$(OutDir)ddraw.lib</ImportLibrary>
217
+ <OutputFile>$(OutDir)$(TargetName)_nodxgl$(TargetExt)</OutputFile>
218
218
</Link>
219
219
<PostBuildEvent />
220
220
<PostBuildEvent />
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