Changeset 46:da83ba6e899d for Makefile


Ignore:
Timestamp:
Jan 16, 2008, 4:43:54 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Updated build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r10 r46  
    1 ################################################################################
    2 #
    3 #  qooxdoo - the new era of web development
    4 #
    5 #  http://qooxdoo.org
    6 #
    7 #  Copyright:
    8 #    2006-2007 1&1 Internet AG, Germany, http://www.1and1.org
    9 #
    10 #  License:
    11 #    LGPL: http://www.gnu.org/licenses/lgpl.html
    12 #    EPL: http://www.eclipse.org/org/documents/epl-v10.php
    13 #    See the LICENSE file in the project's top-level directory for details.
    14 #
    15 #  Authors:
    16 #    * Sebastian Werner (wpbasti)
    17 #    * Andreas Ecker (ecker)
    18 #    * Fabian Jakobs (fjakobs)
    19 #
    20 ################################################################################
    21 
    221################################################################################
    232# SETTINGS
    243################################################################################
    254
    26 #
    27 # Path to the folder of your qooxdoo distribution.
    28 # Can either be
    29 # a) a relative path to the location of this Makefile (preferred) or
    30 # b) an absolute path starting at the root of your file system
    31 # Example: If you put the skeleton folder next to the qooxdoo SDK folder,
    32 # you can use the following relative path:
    33 # QOOXDOO_PATH = ../../qooxdoo-0.7-sdk
    34 # Please note that Windows users should always use relative paths.
    35 # It should end with the last directory. Please omit a trailing slash.
    36 #
    375QOOXDOO_PATH = ../qooxdoo-0.7.2-sdk
    386
    39 #
    40 # Namespace of your application
    41 #
    427APPLICATION_NAMESPACE = pf
    438
    44 #
    45 # Files that will be copied from the source directory into the build
    46 # directory (space separated list). The default list is empty.
    47 #
    48 APPLICATION_FILES = index.html
     9APPLICATION_FILES = index.html sprintf.js wz_jsgraphics.js
    4910
    5011#-------------------------------------------------------------------------------
     
    5617
    5718
     19################################################################################
     20# ADVANCED SETTINGS
     21################################################################################
     22
     23#
     24# Enable resource filtering
     25#
     26APPLICATION_RESOURCE_FILTER = true
     27#
     28# We don't need the full source code
     29#
     30APPLICATION_COMPLETE_SOURCE = false
    5831
    5932
Note: See TracChangeset for help on using the changeset viewer.