From: Foster B. <fos...@us...> - 2006-01-06 18:36:08
|
Update of /cvsroot/adobe-source/adobe-source/adobe/test/sha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12808/adobe/test/sha Modified Files: Jamfile.v2 main.cpp Log Message: asl 1.0.12 Index: main.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/test/sha/main.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.cpp 2 Dec 2005 02:52:56 -0000 1.2 --- main.cpp 6 Jan 2006 18:35:26 -0000 1.3 *************** *** 1,4 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) --- 1,4 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) Index: Jamfile.v2 =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/test/sha/Jamfile.v2,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jamfile.v2 6 Oct 2005 20:43:19 -0000 1.1 --- Jamfile.v2 6 Jan 2006 18:35:26 -0000 1.2 *************** *** 7,10 **** : # args : #files ! : #requirements ; --- 7,10 ---- : # args : #files ! : <toolset>darwin:<linkflags>"-framework Carbon" ; |