Changeset 543

Show
Ignore:
Timestamp:
08/28/08 10:58:59 (4 months ago)
Author:
chris
Message:

Introducing the w_Package structure (not yet used for anything).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Mika/trunk/core-vm/src/vm/Jamfile

    r477 r543  
    11########################################################################### 
    2 # Copyright  (c) 2001 by Acunia N.V. All rights reserved.                 # 
     2# Parts copyright (c) 2001 by Punch Telematix. All rights reserved.       # 
     3# Parts copyright (c) 2008 by Chris Gray, /k/ Embedded Java Solutions.    # 
     4# All rights reserved.                                                    # 
    35#                                                                         # 
    4 # This software is copyrighted by and is the sole property of Acunia N.V. # 
    5 # and its licensors, if any. All rights, title, ownership, or other       # 
    6 # interests in the software remain the property of Acunia N.V. and its    # 
    7 # licensors, if any.                                                      # 
     6# Redistribution and use in source and binary forms, with or without      # 
     7# modification, are permitted provided that the following conditions      # 
     8# are met:                                                                # 
     9# 1. Redistributions of source code must retain the above copyright       # 
     10#    notice, this list of conditions and the following disclaimer.        # 
     11# 2. Redistributions in binary form must reproduce the above copyright    # 
     12#    notice, this list of conditions and the following disclaimer in the  # 
     13#    documentation and/or other materials provided with the distribution. # 
     14# 3. Neither the name of Punch Telematix or of /k/ Embedded Java Solutions# 
     15#    nor the names of other contributors may be used to endorse or promote# 
     16#    products derived from this software without specific prior written   # 
     17#    permission.                                                          # 
    818#                                                                         # 
    9 # This software may only be used in accordance with the corresponding     # 
    10 # license agreement. Any unauthorized use, duplication, transmission,     # 
    11 #  distribution or disclosure of this software is expressly forbidden.    # 
    12 #                                                                         # 
    13 # This Copyright notice may not be removed or modified without prior      # 
    14 # written consent of Acunia N.V.                                          # 
    15 #                                                                         # 
    16 # Acunia N.V. reserves the right to modify this software without notice.  # 
    17 #                                                                         # 
    18 #   Acunia N.V.                                                           # 
    19 #   Vanden Tymplestraat 35      info@acunia.com                           # 
    20 #   3000 Leuven                 http://www.acunia.com                     # 
    21 #   Belgium - EUROPE                                                      # 
    22 #                                                                         # 
    23 # Modifications copyright (c) 2003, 2005 by Chris Gray, /k/ Embedded Java # 
    24 # Solutions. All rights reserved.                                         # 
    25 #                                                                         # 
     19# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED          # 
     20# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF    # 
     21# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.    # 
     22# IN NO EVENT SHALL PUNCH TELEMATIX, /K/ EMBEDDED JAVA SOLUTIONS OR OTHER # 
     23# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,   # 
     24# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,     # 
     25# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR      # 
     26# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF  # 
     27# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING    # 
     28# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS      # 
     29# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.            # 
    2630########################################################################### 
    27  
    28  
    29 # 
    30 # $Id: Jamfile,v 1.15 2006/09/20 14:21:05 cvsroot Exp $ 
    31 # 
    3231 
    3332SubDir WONKA_TOP core-vm src vm ; 
     
    5857Library $(WONKA_LIB) : ts-mem.c methods.c opcodes.c reflection.c ; 
    5958Library $(WONKA_LIB) : interpreter.c sha.c stack.c strings.c threads.c ; 
     59Library $(WONKA_LIB) : package.c ; 
    6060Library $(UNICODE_LIB) : $(OROOT)/mika/bin/unicode.c ; 
    6161Library $(WONKA_LIB) : warrays.c wonky.c zipfiles.c ;