Changeset 225 for trunk/SConstruct
- Timestamp:
- 04/05/11 11:17:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r212 r225 1 1 import sys 2 2 import os 3 #import distutils.sysconfig4 3 5 #cflags = '-std=gnu99 -pedantic -Wall' 6 cflags = '-std=gnu99 -pedantic -Wall -fvisibility=hidden -ggdb' 7 4 cflags = '-std=gnu99 -pedantic -Wall -D_FILE_OFFSET_BITS=64 -fvisibility=hidden' 5 cflags += ' -ggdb' 8 6 9 7 lib_src = ['lib/regfi.c',
Note: See TracChangeset
for help on using the changeset viewer.