diff options
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/bin/MakeProjectCreator/templates/gnu.mpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd index 2cf1998133a..9b7180b953a 100644 --- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd +++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd @@ -200,6 +200,7 @@ VSHDIR = <%targetoutdir%>.shobj/ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU <%marker(extension)%> +<%marker(deferred-extension)%> <%if(version)%> GNUACE_PROJECT_VERSION = <%version%> |