Changeset 1166


Ignore:
Timestamp:
07/21/10 13:08:17 (3 years ago)
Author:
pablo
Message:

Comments for build properties on unix / OS X platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/build/build.properties

    r642 r1166  
    77# The location of the Flex SDK on your sytem. 
    88flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0 
     9# Replace the above line with the following for unix / OS X, replacing the path 
     10# flexsdk = /Developer/SDKs/flex_sdk_3 
     11 
     12# Extension for Windows setups 
     13execextention = .exe 
     14# Value should be left blank for Unix / OS X 
     15# execextension = 
    916 
    1017flexsdk.bin.dir = ${flexsdk}/bin 
     
    2229flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale} 
    2330 
    24 execextention = .exe 
    2531 
    2632asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention} 
Note: See TracChangeset for help on using the changeset viewer.