Skip to content

Commit fe3f640

Browse files
committed
updated progen files
1 parent 19aa2e4 commit fe3f640

File tree

130 files changed

+189
-374
lines changed

Some content is hidden

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

130 files changed

+189
-374
lines changed

ApacheConnector/ApacheConnector.progen

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ vc.project.target = mod_poco
44
vc.project.type = library
55
vc.project.pocobase = ..
66
vc.project.outdir = ${vc.project.pocobase}
7-
vc.project.platforms = Win32, x64
7+
vc.project.platforms = Win32
88
vc.project.configurations = debug_shared, release_shared
99
vc.project.prototype = ApacheConnector_vs90.vcproj
1010
vc.project.compiler.include = ..\\Foundation\\include;..\\Net\\include;..\\Util\\include
11-
vc.project.compiler.defines =
11+
vc.project.compiler.defines =
1212
vc.project.compiler.defines.shared = ApacheHandlers_EXPORTS
1313
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
1414
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
1515
vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
16-
vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib
1716
vc.solution.create = true

ApacheConnector/samples/FormServer/FormServer.progen

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
33
vc.project.target = ${vc.project.name}
44
vc.project.type = executable
55
vc.project.pocobase = ..\\..\\..
6-
vc.project.platforms = Win32, x64
6+
vc.project.platforms = Win32
77
vc.project.configurations = debug_shared, release_shared
88
vc.project.prototype = ${vc.project.name}_vs90.vcproj
99
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
1010
vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
11-
vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib

ApacheConnector/samples/TimeServer/TimeServer.progen

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
33
vc.project.target = ${vc.project.name}
44
vc.project.type = executable
55
vc.project.pocobase = ..\\..\\..
6-
vc.project.platforms = Win32, x64
6+
vc.project.platforms = Win32
77
vc.project.configurations = debug_shared, release_shared
88
vc.project.prototype = ${vc.project.name}_vs90.vcproj
99
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
1010
vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
11-
vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib

ApacheConnector/samples/samples.progen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vc.project.platforms = Win32, x64
1+
vc.project.platforms = Win32
22
vc.project.configurations = debug_shared, release_shared
33
vc.solution.create = true
44
vc.solution.include = \

CppParser/CppParser.progen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vc.project.target = Poco${vc.project.name}
44
vc.project.type = library
55
vc.project.pocobase = ..
66
vc.project.outdir = ${vc.project.pocobase}
7-
vc.project.platforms = Win32, x64
7+
vc.project.platforms = Win32
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
1010
vc.project.compiler.include = ..\\Foundation\\include

CppParser/testsuite/TestSuite.progen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ vc.project.name = TestSuite
33
vc.project.target = TestSuite
44
vc.project.type = testsuite
55
vc.project.pocobase = ..\\..
6-
vc.project.platforms = Win32, x64
6+
vc.project.platforms = Win32
77
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
88
vc.project.prototype = TestSuite_vs90.vcproj
99
vc.project.compiler.include = ..\\..\\Foundation\\include

CppUnit/CppUnit.progen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vc.project.target = Poco${vc.project.name}
44
vc.project.type = library
55
vc.project.pocobase = ..
66
vc.project.outdir = ${vc.project.pocobase}
7-
vc.project.platforms = Win32, x64, WinCE
7+
vc.project.platforms = Win32
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
1010
vc.project.compiler.include = ..\\Foundation\\include

Crypto/Crypto.progen

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,20 @@ vc.project.target = Poco${vc.project.name}
44
vc.project.type = library
55
vc.project.pocobase = ..
66
vc.project.outdir = ${vc.project.pocobase}
7-
vc.project.platforms = Win32, x64, WinCE
7+
vc.project.platforms = Win32
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\\build\\include;${vc.project.pocobase}\\Foundation\\include
11-
vc.project.compiler.defines =
10+
vc.project.compiler.include = ${vc.project.pocobase}\\Foundation\\include
11+
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}
1414
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
1515
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
16-
vc.project.linker.dependencies.debug_shared =
17-
vc.project.linker.dependencies.release_shared =
16+
vc.project.linker.dependencies.debug_shared =
17+
vc.project.linker.dependencies.release_shared =
1818
vc.project.linker.dependencies.debug_static_md = Crypt32.lib
1919
vc.project.linker.dependencies.release_static_md = Crypt32.lib
2020
vc.project.linker.dependencies.debug_static_mt = Crypt32.lib
2121
vc.project.linker.dependencies.release_static_mt = Crypt32.lib
22-
bits = ${vc.project.platform.bits}
23-
dirbits = ${vc.project.platform.bindir.suffix}
24-
openssl = ${vc.project.pocobase}\\openssl
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
3122
vc.solution.create = true
3223
vc.solution.include = testsuite\\TestSuite

Crypto/samples/genrsakey/genrsakey.progen

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ vc.project.name = ${vc.project.baseName}
33
vc.project.target = ${vc.project.name}
44
vc.project.type = executable
55
vc.project.pocobase = ..\\..\\..
6-
vc.project.platforms = Win32, x64, WinCE
6+
vc.project.platforms = Win32
77
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
88
vc.project.prototype = ${vc.project.name}_vs90.vcproj
9-
openssl = ${vc.project.pocobase}\\openssl
10-
vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Crypto\\include
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Crypto\\include
1110
vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
12-
vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
13-
vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
1411
vc.project.linker.dependencies.debug_shared =
1512
vc.project.linker.dependencies.release_shared =
1613
vc.project.linker.dependencies.debug_static_md = Crypt32.lib

Crypto/samples/samples.progen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vc.project.platforms = Win32, x64, WinCE
1+
vc.project.platforms = Win32
22
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
33
vc.solution.create = true
44
vc.solution.include = genrsakey\\genrsakey

0 commit comments

Comments
 (0)