aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
commitce088c334d7dd137aee56095ea2ed89aca67f4f0 (patch)
treef53e2094a22f5c797949e387986cf7f69b94467c /epan/wmem
parent03febfc8193290c6b3e4fd21663243288ab7fd40 (diff)
makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.
svn path=/trunk/; revision=50140
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/Makefile.nmake b/epan/wmem/Makefile.nmake
index ab26b9a2e0..8559256dda 100644
--- a/epan/wmem/Makefile.nmake
+++ b/epan/wmem/Makefile.nmake
@@ -36,7 +36,7 @@ WMEM_TEST_LIBS= wmem.lib
wmem_test.exe: $(WMEM_TEST_OBJ) $(WMEM_TEST_LIBS)
@echo Linking $@
link /OUT:$@ $(conflags) $(conlibsdll) $(LOCAL_LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:console \
- $(WMEM_TEST_LIBS) $(GLIB_LIBS) $(WMEM_TEST_OBJ)
+ $(WMEM_TEST_LIBS) $(GLIB_LIBS) $(WMEM_TEST_OBJ)
wmem_test_install:
set copycmd=/y