summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/gnu.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/gnu.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index d42836168b6..8894deb93b1 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -26,6 +26,11 @@ IDL_SRC = $(foreach ext, C.cpp S.cpp, $(foreach file, $(IDL_FILES), $(file)$(ext
<%endif%>
<%gnu_source_files%>
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+<%marker(macros)%>
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
<%if(!exename)%>
<%if(comps)%>
@@ -94,11 +99,6 @@ endif
<%endif%>
<%endif%>
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-<%marker(macros)%>
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
<%if(tao)%>
include $(TAO_ROOT)/rules.tao.GNU
<%endif%>