diff options
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceE/Makefile.mak | 2 | ||||
-rwxr-xr-x | cppe/src/IceEC/Makefile.mak | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cppe/src/IceE/Makefile.mak b/cppe/src/IceE/Makefile.mak index 0bcbd6645e2..83e7235f720 100755 --- a/cppe/src/IceE/Makefile.mak +++ b/cppe/src/IceE/Makefile.mak @@ -114,6 +114,8 @@ $(LIBNAME): $(DLLNAME) $(DLLNAME): $(LOCAL_OBJS) $(TRANSPORT_OBJS) $(LINK) $(LDFLAGS) /dll $(PDBFLAGS) $(LOCAL_OBJS) $(TRANSPORT_OBJS) /out:$(DLLNAME) $(BASELIBS) move $(DLLNAME:.dll=.lib) $(LIBNAME) + @if exist $@.manifest echo ^ ^ ^ Embedding manifest using $(MT) && \ + $(MT) -nologo -manifest $@.manifest -outputresource:$@;#2 && del /q $@.manifest @if exist $(DLLNAME:.dll=.exp) del /q $(DLLNAME:.dll=.exp) !endif diff --git a/cppe/src/IceEC/Makefile.mak b/cppe/src/IceEC/Makefile.mak index 3505935fdb8..a804f6e7665 100755 --- a/cppe/src/IceEC/Makefile.mak +++ b/cppe/src/IceEC/Makefile.mak @@ -108,6 +108,8 @@ $(LIBNAME): $(DLLNAME) $(DLLNAME): $(ICEE_OBJS) $(TRANSPORT_OBJS) $(LINK) $(LDFLAGS) /dll $(PDBFLAGS) $(ICEE_OBJS) $(TRANSPORT_OBJS) /out:$(DLLNAME) $(BASELIBS) move $(DLLNAME:.dll=.lib) $(LIBNAME) + @if exist $@.manifest echo ^ ^ ^ Embedding manifest using $(MT) && \ + $(MT) -nologo -manifest $@.manifest -outputresource:$@;#2 && del /q $@.manifest @if exist $(DLLNAME:.dll=.exp) del /q $(DLLNAME:.dll=.exp) !endif |