diff options
Diffstat (limited to 'test/CC/SHCCCOM.py')
-rw-r--r-- | test/CC/SHCCCOM.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CC/SHCCCOM.py b/test/CC/SHCCCOM.py index 0e87b62..006a80e 100644 --- a/test/CC/SHCCCOM.py +++ b/test/CC/SHCCCOM.py @@ -54,6 +54,7 @@ else: test.write('SConstruct', """ env = Environment(SHCCCOM = r'%(_python_)s mycc.py $TARGET $SOURCE', + SHOBJPREFIX='', SHOBJSUFFIX='.obj') env.SharedObject(target = 'test1', source = 'test1.c') env.SharedObject(target = 'test2', source = 'test2%(alt_c_suffix)s') |