Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e0e85323
Commit
e0e85323
authored
Jul 25, 2007
by
iggy@amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge amd64.(none):/src/bug24732/my50-bug24732
into amd64.(none):/src/bug24732/my51-bug24732
parents
2bc5179c
1adbecd9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.bzrignore
.bzrignore
+1
-0
win/create_manifest.js
win/create_manifest.js
+1
-1
win/mysql_manifest.cmake
win/mysql_manifest.cmake
+4
-3
No files found.
.bzrignore
View file @
e0e85323
...
...
@@ -5,6 +5,7 @@
*.bb
*.bbg
*.bin
*.cdf
*.core
*.d
*.da
...
...
win/create_manifest.js
View file @
e0e85323
...
...
@@ -56,7 +56,7 @@ try
manifest_xml
+=
"
\t
<assemblyIdentity name=
\
'
"
+
app_name
+
"
\
'
"
;
manifest_xml
+=
"
version=
\
'
"
+
app_version
+
"
\
'
"
;
manifest_xml
+=
"
processorArchitecture=
\
'
"
+
app_arch
+
"
\
'
"
;
// TOADD - Add publicKeyToken attribute once we have Authenticode key.
manifest_xml
+=
"
publicKeyToken=
\
'02ad33b422233ae3
\
'
"
;
manifest_xml
+=
"
type=
\
'win32
\
' />
\r\n
"
;
// Identify the application security requirements.
manifest_xml
+=
"
\t
<trustInfo xmlns=
\
'urn:schemas-microsoft-com:asm.v2
\
'>
\r\n
"
;
...
...
win/mysql_manifest.cmake
View file @
e0e85323
...
...
@@ -14,7 +14,8 @@ MACRO(MYSQL_EMBED_MANIFEST _target_name _required_privs)
ADD_CUSTOM_COMMAND
(
TARGET
${
_target_name
}
POST_BUILD
COMMAND mt.exe
ARGS -nologo -manifest $
(
IntDir
)
\\$
(
TargetFileName
)
.intermediate.manifest -outputresource:$
(
TargetPath
)
COMMENT
"Embeds the manifest contents."
)
COMMAND mt.exe ARGS -nologo -hashupdate -makecdfs -manifest $
(
IntDir
)
\\$
(
TargetFileName
)
.intermediate.manifest -outputresource:$
(
TargetPath
)
COMMAND makecat.exe ARGS $
(
IntDir
)
\\$
(
TargetFileName
)
.intermediate.manifest.cdf
COMMAND signtool.exe ARGS sign /a /t http://timestamp.verisign.com/scripts/timstamp.dll $
(
TargetPath
)
COMMENT
"Embeds the manifest contents, creates a cryptographic catalog, signs the target with Authenticode certificate."
)
ENDMACRO
(
MYSQL_EMBED_MANIFEST
)
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