Changeset 199
- Timestamp:
- 10/12/09 22:32:32 (2 years ago)
- Location:
- branches/stable
- Files:
-
- 4 edited
-
AutoBuild.h (modified) (1 diff)
-
NSClient++-2005.sln (modified) (17 diffs)
-
env.bat (modified) (2 diffs)
-
helpers/installer/Product.wxs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/AutoBuild.h
r193 r199 3 3 // change the FALSE to TRUE for autoincrement of build number 4 4 #define INCREMENT_VERSION TRUE 5 #define FILEVER 0,3,7,48 06 #define PRODUCTVER 0,3,7,48 07 #define STRFILEVER _T("0.3.7.48 0")8 #define STRPRODUCTVER _T("0.3.7.48 0")9 #define STRPRODUCTDATE _T("2009-10-1 1")5 #define FILEVER 0,3,7,486 6 #define PRODUCTVER 0,3,7,486 7 #define STRFILEVER _T("0.3.7.486") 8 #define STRPRODUCTVER _T("0.3.7.486") 9 #define STRPRODUCTDATE _T("2009-10-12") 10 10 #endif // AUTOBUILD_H -
branches/stable/NSClient++-2005.sln
r189 r199 2 2 # Visual Studio 2005 3 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NSClient++", "NSClient++-2005.vcproj", "{2286162D-7571-4735-BAC8-4A8D33A4F42D}" 4 ProjectSection(WebsiteProperties) = preProject5 Debug.AspNetCompiler.Debug = "True"6 Release.AspNetCompiler.Debug = "False"7 EndProjectSection8 4 ProjectSection(ProjectDependencies) = postProject 9 5 {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4} = {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4} … … 19 15 {05DE66AC-E55C-43B3-849F-7EC695D8B8D0} = {05DE66AC-E55C-43B3-849F-7EC695D8B8D0} 20 16 {6F55C9BF-57F6-4A15-A058-C83A52F539EE} = {6F55C9BF-57F6-4A15-A058-C83A52F539EE} 21 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A} = {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}22 17 {4241C6CF-EC01-4AD9-89B0-B75EBA8A5996} = {4241C6CF-EC01-4AD9-89B0-B75EBA8A5996} 23 18 {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F} = {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F} … … 26 21 {BA246C01-063A-4548-8957-32D5CC76171B} = {BA246C01-063A-4548-8957-32D5CC76171B} 27 22 EndProjectSection 23 ProjectSection(WebsiteProperties) = preProject 24 Debug.AspNetCompiler.Debug = "True" 25 Release.AspNetCompiler.Debug = "False" 26 EndProjectSection 28 27 EndProject 29 28 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SysTray", "modules\SysTray\SysTray-2005.vcproj", "{BBFF8362-C626-4838-B0A2-F695D638AD24}" … … 98 97 Release.AspNetCompiler.Debug = "False" 99 98 EndProjectSection 100 ProjectSection(ProjectDependencies) = postProject101 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A} = {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}102 EndProjectSection103 99 EndProject 104 100 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LUAScript", "modules\LUAScript\LUAScript-2005.vcproj", "{26B84883-BE52-40E6-9BEE-55AD056D5751}" … … 107 103 Release.AspNetCompiler.Debug = "False" 108 104 EndProjectSection 109 ProjectSection(ProjectDependencies) = postProject110 {B6D08289-B8AE-4391-9D07-93B22618BE58} = {B6D08289-B8AE-4391-9D07-93B22618BE58}111 EndProjectSection112 105 EndProject 113 106 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CheckExternalScripts", "modules\CheckExternalScripts\CheckExternalScripts-2005.vcproj", "{0BEEC749-0E3E-4FB2-82DA-AC8D4730A129}" … … 123 116 EndProjectSection 124 117 EndProject 125 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib-src", "lib-src", "{C8DCE3D7-A802-4C5D-ABB1-B478F545B6E5}"126 ProjectSection(WebsiteProperties) = preProject127 Debug.AspNetCompiler.Debug = "True"128 Release.AspNetCompiler.Debug = "False"129 EndProjectSection130 EndProject131 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crypto++", "lib-source\Crypto++\Crypto++.vcproj", "{630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}"132 ProjectSection(WebsiteProperties) = preProject133 Debug.AspNetCompiler.Debug = "True"134 Release.AspNetCompiler.Debug = "False"135 EndProjectSection136 EndProject137 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LUA", "lib-source\LUA\LUA.vcproj", "{B6D08289-B8AE-4391-9D07-93B22618BE58}"138 ProjectSection(WebsiteProperties) = preProject139 Debug.AspNetCompiler.Debug = "True"140 Release.AspNetCompiler.Debug = "False"141 EndProjectSection142 EndProject143 118 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{9757464B-C125-4307-A84A-F4181AE6A081}" 144 119 ProjectSection(WebsiteProperties) = preProject … … 154 129 EndProject 155 130 Project("{A49CE20D-CE64-4A08-9F24-92A6443D6699}") = "installer", "helpers\installer\installer.wixproj", "{A3CF4E23-1D1B-4D93-A16A-48C52D118560}" 156 ProjectSection(WebsiteProperties) = preProject157 Debug.AspNetCompiler.Debug = "True"158 Release.AspNetCompiler.Debug = "False"159 EndProjectSection160 131 ProjectSection(ProjectDependencies) = postProject 161 132 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66} = {743B2362-DF6A-4C28-A6C9-0F970D8E1B66} … … 178 149 {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} = {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} 179 150 EndProjectSection 151 ProjectSection(WebsiteProperties) = preProject 152 Debug.AspNetCompiler.Debug = "True" 153 Release.AspNetCompiler.Debug = "False" 154 EndProjectSection 180 155 EndProject 181 156 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UploadInstaller", "helpers\UploadInstaller\UploadInstaller.vcproj", "{6206F046-3D36-4258-BB03-3291A7070117}" 182 ProjectSection(WebsiteProperties) = preProject183 Debug.AspNetCompiler.Debug = "True"184 Release.AspNetCompiler.Debug = "False"185 EndProjectSection186 157 ProjectSection(ProjectDependencies) = postProject 187 158 {2286162D-7571-4735-BAC8-4A8D33A4F42D} = {2286162D-7571-4735-BAC8-4A8D33A4F42D} … … 189 160 {A3CF4E23-1D1B-4D93-A16A-48C52D118560} = {A3CF4E23-1D1B-4D93-A16A-48C52D118560} 190 161 EndProjectSection 162 ProjectSection(WebsiteProperties) = preProject 163 Debug.AspNetCompiler.Debug = "True" 164 Release.AspNetCompiler.Debug = "False" 165 EndProjectSection 191 166 EndProject 192 167 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UploadBinaries", "helpers\UploadBinaries\UploadBinaries.vcproj", "{D96F7075-F6CD-4921-B5D8-8488E2D24BDB}" 193 ProjectSection(WebsiteProperties) = preProject194 Debug.AspNetCompiler.Debug = "True"195 Release.AspNetCompiler.Debug = "False"196 EndProjectSection197 168 ProjectSection(ProjectDependencies) = postProject 198 169 {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} = {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} … … 214 185 {BA246C01-063A-4548-8957-32D5CC76171B} = {BA246C01-063A-4548-8957-32D5CC76171B} 215 186 EndProjectSection 216 EndProject217 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaCom", "lib-source\LuaCom\LuaCom.vcproj", "{19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}"218 ProjectSection(WebsiteProperties) = preProject219 Debug.AspNetCompiler.Debug = "True"220 Release.AspNetCompiler.Debug = "False"221 EndProjectSection222 EndProject223 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lua-modules", "lua-modules", "{45D4AD47-393C-4E67-9B68-FCA621CD3120}"224 187 ProjectSection(WebsiteProperties) = preProject 225 188 Debug.AspNetCompiler.Debug = "True" … … 264 227 EndProject 265 228 Project("{A49CE20D-CE64-4A08-9F24-92A6443D6699}") = "installer", "helpers\op5-installer\installer.wixproj", "{10A0052D-542B-47AD-85C3-1A3DD45BF2ED}" 266 ProjectSection(WebsiteProperties) = preProject267 Debug.AspNetCompiler.Debug = "True"268 Release.AspNetCompiler.Debug = "False"269 EndProjectSection270 229 ProjectSection(ProjectDependencies) = postProject 271 230 {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} = {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} … … 287 246 {53FB9872-5E74-4E62-892D-AD82C2ED67CE} = {53FB9872-5E74-4E62-892D-AD82C2ED67CE} 288 247 EndProjectSection 289 EndProject 290 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "op5-archive", "helpers\op5-archive\op5-archive.vcproj", "{30FB7B78-EC86-4340-9886-FB9D675FD698}" 291 ProjectSection(WebsiteProperties) = preProject 292 Debug.AspNetCompiler.Debug = "True" 293 Release.AspNetCompiler.Debug = "False" 294 EndProjectSection 295 ProjectSection(ProjectDependencies) = postProject 296 {10A0052D-542B-47AD-85C3-1A3DD45BF2ED} = {10A0052D-542B-47AD-85C3-1A3DD45BF2ED} 248 ProjectSection(WebsiteProperties) = preProject 249 Debug.AspNetCompiler.Debug = "True" 250 Release.AspNetCompiler.Debug = "False" 297 251 EndProjectSection 298 252 EndProject … … 316 270 EndProject 317 271 Global 318 GlobalSection(SubversionScc) = preSolution319 Svn-Managed = True320 Manager = AnkhSVN - Subversion Support for Visual Studio321 EndGlobalSection322 272 GlobalSection(SolutionConfigurationPlatforms) = preSolution 323 273 Debug|Any CPU = Debug|Any CPU … … 1104 1054 {4241C6CF-EC01-4AD9-89B0-B75EBA8A5996}.Release|x64.ActiveCfg = Release|x64 1105 1055 {4241C6CF-EC01-4AD9-89B0-B75EBA8A5996}.Release|x64.Build.0 = Release|x64 1106 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Any CPU.ActiveCfg = Debug|x641107 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Itanium.ActiveCfg = Debug|x641108 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Mixed Platforms.ActiveCfg = Debug|x641109 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Mixed Platforms.Build.0 = Debug|x641110 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Win32.ActiveCfg = Debug|Win321111 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|Win32.Build.0 = Debug|Win321112 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|x64.ActiveCfg = Debug|x641113 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug|x64.Build.0 = Debug|x641114 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|Any CPU.ActiveCfg = Debug|x641115 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|Itanium.ActiveCfg = Debug|x641116 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug|x641117 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug|x641118 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|Win32.ActiveCfg = Debug|x641119 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|x64.ActiveCfg = Debug|x641120 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Debug-MemCheck|x64.Build.0 = Debug|x641121 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|Any CPU.ActiveCfg = Debug|x641122 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|Itanium.ActiveCfg = Debug|x641123 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|Mixed Platforms.ActiveCfg = Debug|x641124 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|Mixed Platforms.Build.0 = Debug|x641125 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|Win32.ActiveCfg = Debug|x641126 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|x64.ActiveCfg = Debug|x641127 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Distribution|x64.Build.0 = Debug|x641128 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Any CPU.ActiveCfg = Nightly|x641129 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Itanium.ActiveCfg = Nightly|x641130 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x641131 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Mixed Platforms.Build.0 = Nightly|x641132 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Win32.ActiveCfg = Nightly|Win321133 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|Win32.Build.0 = Nightly|Win321134 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|x64.ActiveCfg = Nightly|x641135 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Nightly|x64.Build.0 = Nightly|x641136 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Any CPU.ActiveCfg = OP5|x641137 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Itanium.ActiveCfg = OP5|x641138 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Mixed Platforms.ActiveCfg = OP5|x641139 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Mixed Platforms.Build.0 = OP5|x641140 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Win32.ActiveCfg = Nightly|Win321141 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|Win32.Build.0 = Nightly|Win321142 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|x64.ActiveCfg = Nightly|x641143 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.OP5|x64.Build.0 = Nightly|x641144 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Any CPU.ActiveCfg = Release|x641145 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Itanium.ActiveCfg = Release|x641146 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Mixed Platforms.ActiveCfg = Release|x641147 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Mixed Platforms.Build.0 = Release|x641148 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Win32.ActiveCfg = Release|Win321149 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|Win32.Build.0 = Release|Win321150 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|x64.ActiveCfg = Release|x641151 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A}.Release|x64.Build.0 = Release|x641152 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Any CPU.ActiveCfg = Debug|x641153 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Itanium.ActiveCfg = Debug|x641154 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Mixed Platforms.ActiveCfg = Debug|x641155 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Mixed Platforms.Build.0 = Debug|x641156 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Win32.ActiveCfg = Debug|Win321157 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|Win32.Build.0 = Debug|Win321158 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|x64.ActiveCfg = Debug|x641159 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug|x64.Build.0 = Debug|x641160 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|Any CPU.ActiveCfg = Debug|x641161 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|Itanium.ActiveCfg = Debug|x641162 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug|x641163 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug|x641164 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|Win32.ActiveCfg = Debug|x641165 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|x64.ActiveCfg = Debug|x641166 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Debug-MemCheck|x64.Build.0 = Debug|x641167 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|Any CPU.ActiveCfg = Debug|x641168 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|Itanium.ActiveCfg = Debug|x641169 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|Mixed Platforms.ActiveCfg = Debug|x641170 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|Mixed Platforms.Build.0 = Debug|x641171 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|Win32.ActiveCfg = Debug|x641172 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|x64.ActiveCfg = Debug|x641173 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Distribution|x64.Build.0 = Debug|x641174 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Any CPU.ActiveCfg = Release|x641175 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Itanium.ActiveCfg = Release|x641176 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Mixed Platforms.ActiveCfg = Release|x641177 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Mixed Platforms.Build.0 = Release|x641178 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Win32.ActiveCfg = Nightly|Win321179 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|Win32.Build.0 = Nightly|Win321180 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|x64.ActiveCfg = Nightly|x641181 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Nightly|x64.Build.0 = Nightly|x641182 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Any CPU.ActiveCfg = OP5|x641183 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Itanium.ActiveCfg = OP5|x641184 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Mixed Platforms.ActiveCfg = OP5|x641185 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Mixed Platforms.Build.0 = OP5|x641186 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Win32.ActiveCfg = Nightly|Win321187 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|Win32.Build.0 = Nightly|Win321188 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|x64.ActiveCfg = Nightly|x641189 {B6D08289-B8AE-4391-9D07-93B22618BE58}.OP5|x64.Build.0 = Nightly|x641190 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Any CPU.ActiveCfg = Release|x641191 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Itanium.ActiveCfg = Release|x641192 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Mixed Platforms.ActiveCfg = Release|x641193 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Mixed Platforms.Build.0 = Release|x641194 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Win32.ActiveCfg = Release|Win321195 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|Win32.Build.0 = Release|Win321196 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|x64.ActiveCfg = Release|x641197 {B6D08289-B8AE-4391-9D07-93B22618BE58}.Release|x64.Build.0 = Release|x641198 1056 {A3CF4E23-1D1B-4D93-A16A-48C52D118560}.Debug|Any CPU.ActiveCfg = Debug 1199 1057 {A3CF4E23-1D1B-4D93-A16A-48C52D118560}.Debug|Any CPU.Build.0 = Debug … … 1330 1188 {D96F7075-F6CD-4921-B5D8-8488E2D24BDB}.Release|Win32.ActiveCfg = Release|Win32 1331 1189 {D96F7075-F6CD-4921-B5D8-8488E2D24BDB}.Release|x64.ActiveCfg = Release|x64 1332 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Any CPU.ActiveCfg = Debug|Win321333 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Itanium.ActiveCfg = Debug|Win321334 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win321335 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Mixed Platforms.Build.0 = Debug|Win321336 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Win32.ActiveCfg = Debug|Win321337 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|Win32.Build.0 = Debug|Win321338 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug|x64.ActiveCfg = Debug|Win321339 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Any CPU.ActiveCfg = Debug|Win321340 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Itanium.ActiveCfg = Debug|Win321341 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug|Win321342 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug|Win321343 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Win32.ActiveCfg = Debug|Win321344 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|Win32.Build.0 = Debug|Win321345 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Debug-MemCheck|x64.ActiveCfg = Debug|Win321346 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Any CPU.ActiveCfg = Debug|Win321347 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Itanium.ActiveCfg = Debug|Win321348 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Mixed Platforms.ActiveCfg = Debug|Win321349 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Mixed Platforms.Build.0 = Debug|Win321350 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Win32.ActiveCfg = Debug|Win321351 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|Win32.Build.0 = Debug|Win321352 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Distribution|x64.ActiveCfg = Debug|Win321353 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|Any CPU.ActiveCfg = Release|Win321354 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|Itanium.ActiveCfg = Release|Win321355 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|Mixed Platforms.ActiveCfg = Release|Win321356 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|Mixed Platforms.Build.0 = Release|Win321357 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|Win32.ActiveCfg = Release|Win321358 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Nightly|x64.ActiveCfg = Release|Win321359 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|Any CPU.ActiveCfg = OP5|Win321360 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|Itanium.ActiveCfg = OP5|Win321361 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|Mixed Platforms.ActiveCfg = OP5|Win321362 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|Mixed Platforms.Build.0 = OP5|Win321363 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|Win32.ActiveCfg = OP5|Win321364 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.OP5|x64.ActiveCfg = OP5|Win321365 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|Any CPU.ActiveCfg = Release|Win321366 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|Itanium.ActiveCfg = Release|Win321367 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|Mixed Platforms.ActiveCfg = Release|Win321368 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|Mixed Platforms.Build.0 = Release|Win321369 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|Win32.ActiveCfg = Release|Win321370 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D}.Release|x64.ActiveCfg = Release|Win321371 1190 {F3401E75-60FB-4A0E-A18C-6505587D5B1A}.Debug|Any CPU.ActiveCfg = Debug|x64 1372 1191 {F3401E75-60FB-4A0E-A18C-6505587D5B1A}.Debug|Itanium.ActiveCfg = Debug|x64 … … 1601 1420 {10A0052D-542B-47AD-85C3-1A3DD45BF2ED}.Release|x64.ActiveCfg = Release 1602 1421 {10A0052D-542B-47AD-85C3-1A3DD45BF2ED}.Release|x64.Build.0 = Release 1603 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Any CPU.ActiveCfg = Debug|Win321604 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Itanium.ActiveCfg = Debug|Win321605 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Mixed Platforms.ActiveCfg = Debug|Win321606 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Mixed Platforms.Build.0 = Debug|Win321607 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Win32.ActiveCfg = Debug|Win321608 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|Win32.Build.0 = Debug|Win321609 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug|x64.ActiveCfg = Debug|Win321610 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Any CPU.ActiveCfg = Debug|Win321611 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Itanium.ActiveCfg = Debug|Win321612 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug|Win321613 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug|Win321614 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Win32.ActiveCfg = Debug|Win321615 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|Win32.Build.0 = Debug|Win321616 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Debug-MemCheck|x64.ActiveCfg = Debug|Win321617 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Any CPU.ActiveCfg = Debug|Win321618 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Itanium.ActiveCfg = Debug|Win321619 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Mixed Platforms.ActiveCfg = Debug|Win321620 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Mixed Platforms.Build.0 = Debug|Win321621 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Win32.ActiveCfg = Debug|Win321622 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|Win32.Build.0 = Debug|Win321623 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Distribution|x64.ActiveCfg = Debug|Win321624 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|Any CPU.ActiveCfg = Release|Win321625 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|Itanium.ActiveCfg = Release|Win321626 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|Mixed Platforms.ActiveCfg = Release|Win321627 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|Mixed Platforms.Build.0 = Release|Win321628 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|Win32.ActiveCfg = Release|Win321629 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Nightly|x64.ActiveCfg = Release|Win321630 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Any CPU.ActiveCfg = Release|Win321631 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Itanium.ActiveCfg = Release|Win321632 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Mixed Platforms.ActiveCfg = Release|Win321633 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Mixed Platforms.Build.0 = Release|Win321634 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Win32.ActiveCfg = Release|Win321635 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|Win32.Build.0 = Release|Win321636 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|x64.ActiveCfg = Release|x641637 {30FB7B78-EC86-4340-9886-FB9D675FD698}.OP5|x64.Build.0 = Release|x641638 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Any CPU.ActiveCfg = Release|Win321639 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Itanium.ActiveCfg = Release|Win321640 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Mixed Platforms.ActiveCfg = Release|Win321641 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Mixed Platforms.Build.0 = Release|Win321642 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Win32.ActiveCfg = Release|Win321643 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|Win32.Build.0 = Release|Win321644 {30FB7B78-EC86-4340-9886-FB9D675FD698}.Release|x64.ActiveCfg = Release|Win321645 1422 {53FB9872-5E74-4E62-892D-AD82C2ED67CE}.Debug|Any CPU.ActiveCfg = Debug|x64 1646 1423 {53FB9872-5E74-4E62-892D-AD82C2ED67CE}.Debug|Itanium.ActiveCfg = Debug|x64 … … 1803 1580 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66} = {9A087442-7BB2-4CF0-9F58-5D1BC3C32CD2} 1804 1581 {DF1DB6FB-0448-46D6-AE82-9901495E5F1A} = {9A087442-7BB2-4CF0-9F58-5D1BC3C32CD2} 1805 {630857C0-6AD8-4CEE-B5F7-CA1DF620CA9A} = {C8DCE3D7-A802-4C5D-ABB1-B478F545B6E5}1806 {B6D08289-B8AE-4391-9D07-93B22618BE58} = {C8DCE3D7-A802-4C5D-ABB1-B478F545B6E5}1807 {45D4AD47-393C-4E67-9B68-FCA621CD3120} = {C8DCE3D7-A802-4C5D-ABB1-B478F545B6E5}1808 {19BF0AD8-0013-46C7-9E91-F60FE3B0A63D} = {45D4AD47-393C-4E67-9B68-FCA621CD3120}1809 1582 {D367E76D-9485-4DCB-A9D0-3D3C0E190648} = {BBE9A5E7-A16B-443C-A349-823DED5A9FF3} 1810 1583 {1D9DEE38-BBDC-49DE-A6F3-BAC26E114C1D} = {BBE9A5E7-A16B-443C-A349-823DED5A9FF3} 1811 1584 {10A0052D-542B-47AD-85C3-1A3DD45BF2ED} = {FC917E21-188A-44EE-9EF2-7C1274C2D719} 1812 {30FB7B78-EC86-4340-9886-FB9D675FD698} = {FC917E21-188A-44EE-9EF2-7C1274C2D719} 1585 EndGlobalSection 1586 GlobalSection(SubversionScc) = preSolution 1587 Svn-Managed = True 1588 Manager = AnkhSVN - Subversion Support for Visual Studio 1813 1589 EndGlobalSection 1814 1590 GlobalSection(DPCodeReviewSolutionGUID) = preSolution -
branches/stable/env.bat
r191 r199 4 4 rem # Set the path to the boost build jam binary 5 5 rem # 6 SET jam=C:\src\tools\boost-jam-3.1.17\bin.ntx86\bjam.exe6 rem SET jam=C:\src\tools\boost-jam-3.1.17\bin.ntx86\bjam.exe 7 7 rem SET jam=D:\source\tools\bjam.exe 8 set jam=C:\src\tools\nightly\boost-build\jam_src\bin.ntx86\bjam.exe 9 8 10 rem # 9 11 rem ######################## … … 12 14 rem # 13 15 rem SET BOOST_BUILD_PATH=D:\tools\boost-build 14 SET BOOST_BUILD_PATH=C:\src\lib-src\boost_1_39_0\tools\build\v2 15 rem SET BOOST_BUILD_PATH=C:\src\tools\beta\boost-build 16 rem BOOST_BUILD_PATH=D:\source\boost-build 16 SET BOOST_BUILD_PATH=C:\src\lib-src\boost_1_39_0\tools\build\v2 17 rem SET BOOST_BUILD_PATH=C:\src\tools\beta\boost-build 18 rem set BOOST_BUILD_PATH=D:\source\boost-build 19 rem set BOOST_BUILD_PATH=C:\src\tools\nightly\boost-build\ 20 17 21 rem # 18 22 rem ######################## -
branches/stable/helpers/installer/Product.wxs
r189 r199 112 112 <RemoveFile Id="NewConfig" Name="nsc.new" On="uninstall" /> 113 113 </Component> 114 <Component Id="FireWallException" Guid="F6636DB0-A0B9-4dA2-B7 4C-$(var.Postfix.GUID)" Win64="$(var.Win64)" />114 <Component Id="FireWallException" Guid="F6636DB0-A0B9-4dA2-B75D-$(var.Postfix.GUID)" Win64="$(var.Win64)" /> 115 115 <Component Id="ServiceRegistration" Guid="F6636DB0-A0B9-4dA2-B74C-$(var.Postfix.GUID)" Win64="$(var.Win64)" /> 116 116 <Component Id="Documentation" Guid="9B490E67-5472-4267-889C-$(var.Postfix.GUID)" Win64="$(var.Win64)">
Note: See TracChangeset
for help on using the changeset viewer.







