Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cryptlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Deucе
cryptlib
Commits
7573ca11
Commit
7573ca11
authored
3 years ago
by
Stephen Hurd
Browse files
Options
Downloads
Patches
Plain Diff
Build static Cryptlib
parent
f6e9fc7f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.bat
+0
-1
0 additions, 1 deletion
install.bat
patches/cl-static-library.patch
+11
-0
11 additions, 0 deletions
patches/cl-static-library.patch
with
11 additions
and
1 deletion
install.bat
+
0
−
1
View file @
7573ca11
copy
"
%
1\cryptlib.h"
"
%
2"
copy
"
%
1\binaries32_vs10\cl32.lib"
"
%
2"
copy
"
%
1\binaries32_vs10\cl32.dll"
"
%
2"
copy
"
%
1\binaries32_vs10\cl32.pdb"
"
%
2"
copy
"
%
1\binaries32_vs10\cl32.exp"
"
%
2"
This diff is collapsed.
Click to expand it.
patches/cl-static-library.patch
0 → 100644
+
11
−
0
View file @
7573ca11
--- ../orig/crypt32.vcxproj 2019-01-31 03:34:12 -0800
+++ crypt32.vcxproj 2022-02-27 11:10:25 -0800
@@ -32,7 +32,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>NotSet</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment