< prev index next >

src/utils/hsdis/Makefile

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # The Universal Permissive License (UPL), Version 1.0
 #
 # Subject to the condition set forth below, permission is hereby granted to

@@ -199,10 +199,14 @@
 
 LIBRARIES =     $(TARGET_DIR)/bfd/libbfd.a \
                 $(TARGET_DIR)/opcodes/libopcodes.a \
                 $(TARGET_DIR)/libiberty/libiberty.a
 
+ifeq ($(OS),windows)
+LIBRARIES +=    $(TARGET_DIR)/zlib/libz.a
+endif
+
 DEMO_TARGET     = $(TARGET_DIR)/hsdis-demo
 DEMO_SOURCE     = hsdis-demo.c
 
 .PHONY:  all clean demo both
 
< prev index next >