Changeset 225 for trunk/SConstruct


Ignore:
Timestamp:
04/05/11 11:17:41 (13 years ago)
Author:
tim
Message:

added test case for python callback read/seek
began adding windows support in pyregfi
improved win32 build target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r212 r225  
    11import sys
    22import os
    3 #import distutils.sysconfig
    43
    5 #cflags = '-std=gnu99 -pedantic -Wall'
    6 cflags = '-std=gnu99 -pedantic -Wall -fvisibility=hidden -ggdb'
    7 
     4cflags = '-std=gnu99 -pedantic -Wall -D_FILE_OFFSET_BITS=64 -fvisibility=hidden'
     5cflags += ' -ggdb'
    86
    97lib_src = ['lib/regfi.c',
Note: See TracChangeset for help on using the changeset viewer.