Changeset 2411

Show
Ignore:
Timestamp:
08/05/07 22:53:16 (1 year ago)
Author:
cstender
Message:

- removed unused files
- added dummy config.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/irmc-sync/build/linux/osync_build.py

    r2408 r2411  
    3838        env.Append(CCFLAGS = r'-I.') 
    3939        env.Append(CCFLAGS = [r'-Wall', r'-Werror', r'-O2']) 
    40 #       env.Append(CCFLAGS = [r'-Wall', r'-O2']) 
    4140        env.Append(CCFLAGS = r'-DVERSION="\"' + config.version + r'\""') 
    4241