From d9f61d74e2c566718571ccf245722b9bb0b491b5 Mon Sep 17 00:00:00 2001 From: Dale Wilson Date: Thu, 23 Feb 2017 10:22:18 -0600 Subject: [PATCH] Overcome by events --- BUILD_NOTES.md | 63 -------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 BUILD_NOTES.md diff --git a/BUILD_NOTES.md b/BUILD_NOTES.md deleted file mode 100644 index a29ccfe..0000000 --- a/BUILD_NOTES.md +++ /dev/null @@ -1,63 +0,0 @@ -Build Notes -=========== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PlatformACE or OpenDDSConfigurationCommandNote
LinuxNoReleasemwc.pl -type make liquibook.mwc
LinuxNoDebugmwc.pl -type make liquibook.mwc -value_template configurations=Debug
LinuxYesBothmwc.pl -type gnuace liquibook.mwcSee note on platform_macros.GNU
WindowsEitherBothmwc.pl -type vc10 liquibook.mwc
- -## GCC With ACE/OpenDDS: Building Release and Debug -To switch between __Debug__ and __Release__ builds, modify the file $ACE_ROOT/include/makeinclude/platform_macros.GNU: - -Debug: -
-boost=1
-debug=1
-inline=0
-optimize=0
-include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
-
- -Release: -
-boost=1
-debug=0
-inline=1
-optimize=1
-include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
-
- -