python-2.5.2/group/bld.inf
changeset 1 96ece3500cf4
parent 0 ae805ac0140d
child 2 9da1e5517a66
equal deleted inserted replaced
0:ae805ac0140d 1:96ece3500cf4
    14 //
    14 //
    15 
    15 
    16 PRJ_PLATFORMS
    16 PRJ_PLATFORMS
    17 TOOLS TOOLS2
    17 TOOLS TOOLS2
    18 
    18 
    19 // nothing to build
    19 #ifndef SBSV2
    20 
    20 
       
    21 // abld build using generated exports file
       
    22 
       
    23 PRJ_EXPORTS
       
    24 #include "exports.inf"
       
    25 
       
    26 #else
       
    27 
       
    28 // raptor build using an FLM
       
    29 
       
    30 PRJ_EXTENSIONS
       
    31 
       
    32 START EXTENSION utility.copydir
       
    33 	OPTION SOURCE_DIR  ../win32
       
    34 	OPTION DEST_DIR    tools/sbs/win32/python252
       
    35 	OPTION WHAT_TARGET WHATEXPORTS
       
    36 END
       
    37 
       
    38 #endif
       
    39