From dacdb0bde8069d7141e15505442176f28e23e49f Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 23 Apr 2016 11:54:20 -0400 Subject: Fix nmake build after statically linking version code Change-Id: I86a01bdd778f2242aa534a687275a85a2f329c02 Reviewed-on: https://code.wireshark.org/review/15071 Reviewed-by: Michael Mann --- wsutil/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil') diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake index 36d06523e4..18d2feaabb 100644 --- a/wsutil/Makefile.nmake +++ b/wsutil/Makefile.nmake @@ -32,7 +32,7 @@ OBJECTS = file_util.obj \ popcount.obj \ strptime.obj \ ws_mempbrk_sse42.obj \ - ..\ws_version_info.obj + ws_version_info.obj # For use when making libwsutil.dll libwsutil.lib: libwsutil.dll -- cgit v1.2.3