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/echo/SConscript

    r793 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 = 'echo', source = 'echo.c', SHLIBPREFIX = '', 
    19         LIBS = 'ithildin', CPPDEFINES = env['CPPDEFINES'] + ['MODULE'], 
     20    modenv.SharedLibrary(target = '../echo', 
     21        source = 'echo.c', 
     22        LIBS = ['ithildin', 'dns'], 
     23        CPPDEFINES = env['CPPDEFINES'] + ['MODULE'], 
    2024        CPPPATH = env['CPPPATH'] + ['.'] 
    2125    ) 
Note: See TracChangeset for help on using the changeset viewer.