summaryrefslogtreecommitdiffstats
path: root/test/AS/ASPPCOM.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/AS/ASPPCOM.py')
-rw-r--r--test/AS/ASPPCOM.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/AS/ASPPCOM.py b/test/AS/ASPPCOM.py
index 73b3ec3..f89306e 100644
--- a/test/AS/ASPPCOM.py
+++ b/test/AS/ASPPCOM.py
@@ -48,6 +48,7 @@ sys.exit(0)
test.write('SConstruct', """
env = Environment(ASPPCOM = r'%(_python_)s myas.py $TARGET $SOURCE',
OBJSUFFIX = '.obj',
+ SHOBJPREFIX = '',
SHOBJSUFFIX = '.shobj')
env.Object(target = 'test1', source = 'test1.spp')
env.Object(target = 'test2', source = 'test2.SPP')