aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-05-23 02:15:27 +0000
committerGuy Harris <guy@alum.mit.edu>2008-05-23 02:15:27 +0000
commitd6e94dafb32fa0c3ec17dc9162fce4b65458e5f6 (patch)
treef751334dde421c7fdf29c953c9c5257bb7a53dfd /wsutil/Makefile.nmake
parent4b87014937796bc83bd7da2b52bc0b3209df9218 (diff)
file_util.c is only for Windows; don't build it on UN*X. Put in a check
to cause it to fail when built on UN*X, and get rid of code that's not needed on Windows. svn path=/trunk/; revision=25362
Diffstat (limited to 'wsutil/Makefile.nmake')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 19af589ecd..be5b7001d1 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -22,7 +22,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
# For use when making libwsutil.dll
libwsutil_LIBS = $(GLIB_LIBS)
-OBJECTS = $(LIBWSUTIL_SRC:.c=.obj)
+OBJECTS = file_util.obj $(LIBWSUTIL_SRC:.c=.obj)
# For use when making libwsutil.dll