Skip to content

Commit bab3391

Browse files
committed
Add new autobuild xml files for Alternative Configs
1 parent 695f5cb commit bab3391

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<autobuild>
2+
<configuration>
3+
<variable name="this_build" value="rhel6_x64_inline" />
4+
<variable name="the_compiler" value="gcc" />
5+
<variable name="configs" value="Linux Exceptions QUICK FIXED_BUGS_ONLY BOOST" />
6+
</configuration>
7+
<include common_start.xml />
8+
<command name="file_manipulation" options="type=create file=ATCD/ACE/ace/config.h output='#undef __ACE_INLINE__\n#define __ACE_INLINE__ 1\n#include \x22ace/config-linux.h\x22\n'" />
9+
<command name="file_manipulation" options="type=create file=ATCD/ACE/include/makeinclude/platform_macros.GNU output='buildbits=64\noptimize=1\ndebug=0\ninline=1\n\nexceptions=1\nthreads=1\nshared_libs_only=1\nstdcpplib=1\nboost=1\nssl=1\n\ninclude $(ACE_ROOT)/include/makeinclude/platform_linux.GNU\n'" />
10+
<command name="file_manipulation" options="type=create file=ATCD/ACE/bin/MakeProjectCreator/config/default.features output='boost=1\n'" />
11+
<include common_make_end.xml />
12+
</autobuild>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<autobuild>
2+
<configuration>
3+
<variable name="this_build" value="rhel7_x64_dev" />
4+
<variable name="the_compiler" value="gcc" />
5+
<variable name="configs" value="Linux Exceptions QUICK FIXED_BUGS_ONLY BOOST" />
6+
</configuration>
7+
<include common_start.xml />
8+
<command name="file_manipulation" options="type=create file=ATCD/ACE/ace/config.h output='#undef __ACE_INLINE__\n#define __ACE_INLINE__ 1\n#include \x22ace/config-linux.h\x22\n'" />
9+
<command name="file_manipulation" options="type=create file=ATCD/ACE/include/makeinclude/platform_macros.GNU output='buildbits=64\noptimize=1\ndebug=1\ninline=1\n\nexceptions=1\nthreads=1\nshared_libs_only=1\nstdcpplib=1\nboost=1\nssl=1\n\ninclude $(ACE_ROOT)/include/makeinclude/platform_linux.GNU\n'" />
10+
<command name="file_manipulation" options="type=create file=ATCD/ACE/bin/MakeProjectCreator/config/default.features output='boost=1\n'" />
11+
<include common_make_end.xml />
12+
</autobuild>

0 commit comments

Comments
 (0)