Consistency fixes for lib/com_err

This commit is contained in:
Asanka Herath
2009-09-14 13:44:32 -04:00
committed by Love Hornquist Astrand
parent a70de39e9c
commit 59ae14e814

View File

@@ -49,9 +49,9 @@ $(LIBCOMERR): $(libcomerr_OBJs)
$(LIBCOMERR): $(COMERRDLL)
$(COMERRDLL): $(libcomerr_OBJs) $(OBJ)\libcom_err-version.res
$(DLLGUILINK_C) -OUT:$(COMERRDLL) -IMPLIB:$(LIBCOMERR) $** \
$(DLLGUILINK_C) -out:$(COMERRDLL) -implib:$(LIBCOMERR) $** \
$(LIBROKEN) \
-DEF:libcom_err-exports.def
-def:libcom_err-exports.def
$(_VC_MANIFEST_EMBED_DLL)
$(_VC_MANIFEST_CLEAN)
$(_CODESIGN)