escape magic for string macro

This commit is contained in:
Martin Diehl 2016-02-02 23:33:21 +01:00
parent 2a3e42a906
commit 81a7fcbe6e
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ compile_fortran = (fortCmd + " -c -fPIC -auto -shared-intel " +
"-ftz -diag-disable 5268 " +
"-implicitnone -assume byterecl -stand f08 -standard-semantics " +
"-real-size 64 -integer-size 32 -DFLOAT=8 -DINT=4 " +
'-DDAMASKVERSION="%s"'%DAMASKVERSION)
'-DDAMASKVERSION=\\\"%s\\\"'%DAMASKVERSION)
# Abaqus/CAE will generate an input file without parts and assemblies.
cae_no_parts_input_file=ON

View File

@ -36,7 +36,7 @@ compile_fortran = (fortCmd + " -c -fPIC -auto -shared-intel " +
"-ftz -diag-disable 5268 " +
"-implicitnone -assume byterecl -stand f08 -standard-semantics " +
"-real-size 64 -integer-size 32 -DFLOAT=8 -DINT=4 " +
'-DDAMASKVERSION="%s"'%DAMASKVERSION)
'-DDAMASKVERSION=\\\"%s\\\"'%DAMASKVERSION)
# Abaqus/CAE will generate an input file without parts and assemblies.
cae_no_parts_input_file=ON