Ignore:
Timestamp:
12/31/06 14:38:33 (5 years ago)
Author:
wd
Message:

Make the easy modules build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ident/SConscript

    r795 r799  
    1414 
    1515############################################################################### 
    16 # Build specification for the ithildin library 
     16# Build specification for a module 
     17modenv.Append(LIBPATH = ['#/modules']) 
     18 
    1719env.Install(env['libdir'] + '/modules', 
    18     modenv.SharedLibrary(target = 'ident', source = 'ident.c', 
    19         SHLIBPREFIX = '', 
     20    modenv.SharedLibrary(target = '../ident', 
     21        source = 'ident.c', 
    2022        LIBS = 'ithildin', 
    2123        CPPDEFINES = env['CPPDEFINES'] + ['MODULE'], 
Note: See TracChangeset for help on using the changeset viewer.