DXGL r927 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r926
|
r927
|
r928
>
Date:
22:26, 14 May 2019
Author:
admin
Status:
new
Tags:
Comment:
Fix signing builds on Visual Studio 2010.
Modified paths:
/buildtool/buildtool.c
(modified) (
history
)
Diff
[
purge
]
Index: buildtool/buildtool.c
—
—
@@ -492,6 +492,7 @@
493
493
CloseHandle(process.hThread);
494
494
Sleep(15000);
495
495
}
496
+#if (_MSC_VER >= 1920)
496
497
strcpy(&signpath, &signtoolsha256path);
497
498
strcat(&signpath, "\"");
498
499
strncat(&signpath, exefile, MAX_PATH);
—
—
@@ -505,6 +506,7 @@
506
507
CloseHandle(process.hThread);
507
508
Sleep(15000);
508
509
}
510
+#endif
509
511
return 0;
510
512
}
511
513
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