From fe64c4671b89e0d5b1402e95e0caebdf515e8608 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 20 Feb 2014 23:33:13 -0800 Subject: And we need wslua_internals.obj as well. Sort the list to match the .c list while we're at it, to make it easier to check for errors. (Why isn't this done with a Makefile.common file?) Change-Id: I239964d53be9e48bddbd6180aabe118b5cac1fd0 Reviewed-on: https://code.wireshark.org/review/287 Reviewed-by: Guy Harris --- epan/wslua/Makefile.nmake | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'epan/wslua/Makefile.nmake') diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake index 807848582e..80bb18a64d 100644 --- a/epan/wslua/Makefile.nmake +++ b/epan/wslua/Makefile.nmake @@ -34,17 +34,18 @@ OBJECTS= \ register_wslua.obj \ taps_wslua.obj \ lua_bitop.obj \ - wslua_dumper.obj \ - wslua_field.obj \ - wslua_gui.obj \ - wslua_pinfo.obj \ + wslua_tvb.obj \ wslua_proto.obj \ - wslua_listener.obj \ wslua_int64.obj \ - wslua_struct.obj \ wslua_tree.obj \ - wslua_tvb.obj \ - wslua_util.obj + wslua_pinfo.obj \ + wslua_listener.obj \ + wslua_gui.obj \ + wslua_util.obj \ + wslua_field.obj \ + wslua_struct.obj \ + wslua_dumper.obj \ + wslua_internals.obj wslua.lib : $(OBJECTS) init.lua link /lib /NODEFAULTLIB /out:wslua.lib $(OBJECTS) -- cgit v1.2.3