- Timestamp:
- 08/31/09 06:57:02 (4 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 8170e81
- Parents:
- c4401d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jamroot
r1ff950c r358cda1 54 54 using bjam/lua : : $(TOP)/lib-source/lua-5.1.2 ; 55 55 using bjam/cryptopp : : $(TOP)/lib-source/"Crypto++"/src ; 56 using bjam/psdk : : /foo ; 56 57 57 58 if [ bjam/lua.isEnabled ] = true { … … 81 82 } else { 82 83 echo "cryptopp not avaliable! encryption (NSCA) DISABLED (enable with --with-cryptopp)" ; 84 } 85 86 if [ bjam/psdk.isEnabled ] = true { 87 echo "Platform SDK found (disable with --without-psdk)" ; 88 bjam/psdk.printEnv ; 89 } else { 90 echo "Plattform SDK not avaliable! Various features wont work (enable with --with-psdk)" ; 83 91 } 84 92 … … 88 96 D:\source\tools\XAutobuild.exe -f $(TOP) 89 97 } 90 91 98 } 92 99 … … 242 249 } 243 250 244 alias installer_dll : helpers/installer_dll ; 251 alias cryptopp-headers : helpers/cryptopp-headers ; 252 explicit cryptopp-headers ; 253 254 alias installer_dll : helpers/installer_dll helpers/installer_dll_fw ; 245 255 explicit installer_dll ; 246 256 … … 304 314 explicit dist-scripts ; 305 315 306 307 308 316 alias build-binaries : dist dist-modules dist-helpers dist-scripts ; 309 317 explicit build-binaries ;
Note: See TracChangeset
for help on using the changeset viewer.








