Skip to content

Commit 8fca3d7

Browse files
author
Fraser J. Gordon
committed
Update IDE for 7.0.0-DP-4
1 parent d5c37b9 commit 8fca3d7

10 files changed

+39
-6
lines changed

Installer/package.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ installer LiveCode
5454
set TargetArchitectures to ppc,i386
5555
include Runtime
5656
include Externals
57-
with TargetFolder as "[[ToolsFolder]]/Runtime/Mac OS X/PowerPC-32" do
58-
set TargetPlatform to MacOSX
59-
set TargetArchitectures to ppc
60-
include Runtime
61-
include Externals
57+
// with TargetFolder as "[[ToolsFolder]]/Runtime/Mac OS X/PowerPC-32" do
58+
// set TargetPlatform to MacOSX
59+
// set TargetArchitectures to ppc
60+
// include Runtime
61+
// include Externals
6262
with TargetFolder as "[[ToolsFolder]]/Runtime/Mac OS X/x86-32" do
6363
set TargetPlatform to MacOSX
6464
set TargetArchitectures to i386

Open Source Licenses.txt

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,4 +937,37 @@ freely, subject to the following restrictions:
937937
misrepresented as being the original software.
938938

939939
3. This notice may not be removed or altered from any source
940-
distribution.
940+
distribution.
941+
942+
-------------------------------------------------------------------------
943+
944+
WebKit License
945+
946+
/*
947+
* Copyright (C) 2005 Apple Computer, Inc. All rights reserved.
948+
*
949+
* Redistribution and use in source and binary forms, with or without
950+
* modification, are permitted provided that the following conditions
951+
* are met:
952+
*
953+
* 1. Redistributions of source code must retain the above copyright
954+
* notice, this list of conditions and the following disclaimer.
955+
* 2. Redistributions in binary form must reproduce the above copyright
956+
* notice, this list of conditions and the following disclaimer in the
957+
* documentation and/or other materials provided with the distribution.
958+
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
959+
* its contributors may be used to endorse or promote products derived
960+
* from this software without specific prior written permission.
961+
*
962+
* THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
963+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
964+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
965+
* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
966+
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
967+
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
968+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
969+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
970+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
971+
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
972+
*/
973+

Release Notes.pdf

616 KB
Binary file not shown.

Toolset/revProjectBrowser.livecode

-25.5 KB
Binary file not shown.

Toolset/revdictionary.rev

11.7 KB
Binary file not shown.
451 Bytes
Binary file not shown.

Toolset/revlibrary.rev

22.4 KB
Binary file not shown.

Toolset/revmessagebox.rev

-254 Bytes
Binary file not shown.

Toolset/revscripteditor.rev

1.52 MB
Binary file not shown.

Toolset/revstandalonesettings.rev

14.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)