aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.nmake')
-rw-r--r--wsutil/Makefile.nmake9
1 files changed, 7 insertions, 2 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index d12fe41863..9f264b9292 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -22,8 +22,13 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
# For use when making libwsutil.dll
libwsutil_LIBS = $(GLIB_LIBS)
-OBJECTS = file_util.obj unicode-utils.obj $(LIBWSUTIL_SRC:.c=.obj)
-
+OBJECTS = file_util.obj \
+ inet_ntop.obj \
+ inet_pton.obj \
+ $(LIBWSUTIL_SRC:.c=.obj) \
+ strptime.obj \
+ unicode-utils.obj \
+ wsgetopt.obj
# For use when making libwsutil.dll
libwsutil.lib: libwsutil.dll