Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
e5b230b0
Commit
e5b230b0
authored
Oct 03, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix WinSys compilation without WDK
parent
b797a899
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/winsys/winsys.vcxproj
plugins/winsys/winsys.vcxproj
+2
-2
No files found.
plugins/winsys/winsys.vcxproj
View file @
e5b230b0
...
...
@@ -71,7 +71,7 @@
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<ModuleDefinitionFile>
winsys.def
</ModuleDefinitionFile>
<AdditionalDependencies>
wbemuuid.lib;
vc
comsup.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
wbemuuid.lib;comsup
p
.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>
comsupp.lib
</IgnoreSpecificDefaultLibraries>
</Link>
</ItemDefinitionGroup>
...
...
@@ -94,7 +94,7 @@
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<ModuleDefinitionFile>
winsys.def
</ModuleDefinitionFile>
<AdditionalDependencies>
wbemuuid.lib;
vc
comsup.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
wbemuuid.lib;comsup
p
.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>
comsupp.lib
</IgnoreSpecificDefaultLibraries>
</Link>
</ItemDefinitionGroup>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment