From 7d741ce67266e50648e2060ff40f5c098c6bdba3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Oct 2010 16:43:14 +0200 Subject: Add support for post-link step (e.g., VxWorks munch) --- dist/build/cxx/rules.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/build/cxx/rules.nmake') diff --git a/dist/build/cxx/rules.nmake b/dist/build/cxx/rules.nmake index 1ff4ef0..ae9913f 100644 --- a/dist/build/cxx/rules.nmake +++ b/dist/build/cxx/rules.nmake @@ -14,3 +14,6 @@ .obj.exe: $(LD) $(LDFLAGS) /OUT:$@ $** $(LIBS) +!if "$(POSTLD)" != "" + $(POSTLD) $@ $** $(LIBS) +!endif -- cgit v1.1