Consistency fixes for lib/com_err
This commit is contained in:

committed by
Love Hornquist Astrand

parent
a70de39e9c
commit
59ae14e814
@@ -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)
|
||||
|
Reference in New Issue
Block a user