Skip to content

Commit 8f2ecfc

Browse files
author
Alex Fabijanic
committed
openssl VS projects modifications
1 parent 4727145 commit 8f2ecfc

File tree

123 files changed

+2042
-1447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+2042
-1447
lines changed

Crypto/Crypto.progen

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vc.project.outdir = ${vc.project.pocobase}
77
vc.project.platforms = Win32, x64, WinCE
88
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
99
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10-
vc.project.compiler.include = ${vc.project.pocobase}\\openssl\\VS_120\\include;${vc.project.pocobase}\\Foundation\\include
10+
vc.project.compiler.include = ${vc.project.pocobase}\\openssl\\build\\include;${vc.project.pocobase}\\Foundation\\include
1111
vc.project.compiler.defines =
1212
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
1313
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
@@ -22,12 +22,12 @@ vc.project.linker.dependencies.release_static_mt = Crypt32.lib
2222
bits = ${vc.project.platform.bits}
2323
dirbits = ${vc.project.platform.bindir.suffix}
2424
openssl = ${vc.project.pocobase}\\openssl
25-
vc.project.prebuild.debug_shared = xcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
26-
vc.project.prebuild.debug_static_md = xcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
27-
vc.project.prebuild.debug_static_mt = xcopy /y ${openssl}\\VS_120\\win${bits}\\lib\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\lib\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
28-
vc.project.prebuild.release_shared = xcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
29-
vc.project.prebuild.release_static_md = xcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\VS_120\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
30-
vc.project.prebuild.release_static_mt = xcopy /y ${openssl}\\VS_120\\win${bits}\\lib\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
25+
vc.project.prebuild.debug_shared = xcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
26+
vc.project.prebuild.debug_static_md = xcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
27+
vc.project.prebuild.debug_static_mt = xcopy /y ${openssl}\\build\\win${bits}\\lib\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\lib\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
28+
vc.project.prebuild.release_shared = xcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
29+
vc.project.prebuild.release_static_md = xcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
30+
vc.project.prebuild.release_static_mt = xcopy /y ${openssl}\\build\\win${bits}\\lib\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
3131
vc.solution.create = true
3232
vc.solution.include = testsuite\\TestSuite
3333
vc.solution.create = true

Crypto/Crypto_CE_VS90.vcproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
CharacterSet="1">
2121
<Tool
2222
Name="VCPreBuildEventTool"
23-
CommandLine="xcopy /y ..\openssl\VS_120\win32\bin\debug\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
23+
CommandLine="xcopy /y ..\openssl\build\win32\bin\debug\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
2424
<Tool
2525
Name="VCCustomBuildTool"/>
2626
<Tool
@@ -34,7 +34,7 @@
3434
Name="VCCLCompilerTool"
3535
ExecutionBucket="7"
3636
Optimization="0"
37-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
37+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
3838
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS"
3939
StringPooling="true"
4040
MinimalRebuild="false"
@@ -99,7 +99,7 @@
9999
CharacterSet="2">
100100
<Tool
101101
Name="VCPreBuildEventTool"
102-
CommandLine="xcopy /y ..\openssl\VS_120\win32\bin\release\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
102+
CommandLine="xcopy /y ..\openssl\build\win32\bin\release\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
103103
<Tool
104104
Name="VCCustomBuildTool"/>
105105
<Tool
@@ -115,7 +115,7 @@
115115
Optimization="4"
116116
EnableIntrinsicFunctions="true"
117117
FavorSizeOrSpeed="1"
118-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
118+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
119119
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS"
120120
StringPooling="true"
121121
MinimalRebuild="false"
@@ -179,7 +179,7 @@
179179
CharacterSet="1">
180180
<Tool
181181
Name="VCPreBuildEventTool"
182-
CommandLine="xcopy /y ..\openssl\VS_120\win32\lib\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\lib\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
182+
CommandLine="xcopy /y ..\openssl\build\win32\lib\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\lib\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
183183
<Tool
184184
Name="VCCustomBuildTool"/>
185185
<Tool
@@ -193,7 +193,7 @@
193193
Name="VCCLCompilerTool"
194194
ExecutionBucket="7"
195195
Optimization="0"
196-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
196+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
197197
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
198198
StringPooling="true"
199199
MinimalRebuild="false"
@@ -245,7 +245,7 @@
245245
CharacterSet="1">
246246
<Tool
247247
Name="VCPreBuildEventTool"
248-
CommandLine="xcopy /y ..\openssl\VS_120\win32\lib\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
248+
CommandLine="xcopy /y ..\openssl\build\win32\lib\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
249249
<Tool
250250
Name="VCCustomBuildTool"/>
251251
<Tool
@@ -261,7 +261,7 @@
261261
Optimization="4"
262262
EnableIntrinsicFunctions="true"
263263
FavorSizeOrSpeed="1"
264-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
264+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
265265
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
266266
StringPooling="true"
267267
MinimalRebuild="false"
@@ -312,7 +312,7 @@
312312
CharacterSet="1">
313313
<Tool
314314
Name="VCPreBuildEventTool"
315-
CommandLine="xcopy /y ..\openssl\VS_120\win32\bin\debug\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
315+
CommandLine="xcopy /y ..\openssl\build\win32\bin\debug\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\debug\*.lib ..\lib\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\debug\*.pdb ..\lib\* 1&gt;nul&#xA;exit 0"/>
316316
<Tool
317317
Name="VCCustomBuildTool"/>
318318
<Tool
@@ -326,7 +326,7 @@
326326
Name="VCCLCompilerTool"
327327
ExecutionBucket="7"
328328
Optimization="0"
329-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
329+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
330330
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
331331
StringPooling="true"
332332
MinimalRebuild="false"
@@ -378,7 +378,7 @@
378378
CharacterSet="1">
379379
<Tool
380380
Name="VCPreBuildEventTool"
381-
CommandLine="xcopy /y ..\openssl\VS_120\win32\bin\release\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\VS_120\win32\bin\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
381+
CommandLine="xcopy /y ..\openssl\build\win32\bin\release\*.dll ..\bin\* 1&gt;nul&#xA;xcopy /y ..\openssl\build\win32\bin\release\*.lib ..\lib\* 1&gt;nul&#xA;exit 0"/>
382382
<Tool
383383
Name="VCCustomBuildTool"/>
384384
<Tool
@@ -394,7 +394,7 @@
394394
Optimization="4"
395395
EnableIntrinsicFunctions="true"
396396
FavorSizeOrSpeed="1"
397-
AdditionalIncludeDirectories=".\include;..\openssl\VS_120\include;..\Foundation\include"
397+
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
398398
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
399399
StringPooling="true"
400400
MinimalRebuild="false"

0 commit comments

Comments
 (0)