Hello everyone.

Sorry for the mistake. I hope my attachement does not get removed again but to 
make sure I added the content below.

Index: SConstruct
===================================================================
--- SConstruct  (revision 1809033)
+++ SConstruct  (working copy)
@@ -175,7 +175,7 @@
 
 env.Append(BUILDERS = {
     'GenDef' :
-      Builder(action = sys.executable + ' %s $SOURCES > $TARGET' % 
(gen_def_script,),
+      Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, 
gen_def_script,),
               suffix='.def', src_suffix='.h')
   })
  

Best regards

Martin Keller

CODESYS(r) a trademark of 3S-Smart Software Solutions GmbH

Inspiring Automation Solutions

3S-Smart Software Solutions GmbH
Dipl.-Ing. (FH) Martin Keller | Product Development
Memminger Str. 151 | 87439 Kempten | Germany
Tel. +49-831-54031-984 | Fax +49-831-54031-50

E-Mail: m.kel...@codesys.com | Web: http://www.codesys.com | CODESYS store: 
http://store.codesys.com
CODESYS forum: http://forum.codesys.com

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade 
register: Kempten HRB 6186 | Tax ID No.: DE 167014915

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received
this e-mail in error) please notify the sender immediately and destroy this 
e-mail. Any unauthorised copying, disclosure
or distribution of the material in this e-mail is strictly forbidden.


Index: SConstruct
===================================================================
--- SConstruct  (revision 1809033)
+++ SConstruct  (working copy)
@@ -175,7 +175,7 @@
 
 env.Append(BUILDERS = {
     'GenDef' :
-      Builder(action = sys.executable + ' %s $SOURCES > $TARGET' % 
(gen_def_script,),
+      Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, 
gen_def_script,),
               suffix='.def', src_suffix='.h')
   })
 

Reply via email to