From 78afe3fa82ffedaa2db9d6f89f9f357f8df1eb77 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 30 Jul 2013 05:49:58 +0000 Subject: Add a routine to get application memory usage to epan. svn path=/trunk/; revision=51023 --- epan/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/Makefile.nmake') diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake index aa989e2176..fb28ca44d6 100644 --- a/epan/Makefile.nmake +++ b/epan/Makefile.nmake @@ -113,7 +113,7 @@ libwireshark.exp: libwireshark.dll libwireshark.dll: ..\config.h $(LIBWIRESHARK_OBJECTS) crypt ftypes dfilter wmem $(WSLUA_DIR) $(WSPYTHON_DIR) dissectors $(DOXYGEN_DEP) $(EXTRA_OBJECTS) \ crypt\airpdcap.lib ftypes\ftypes.lib dfilter\dfilter.lib wmem/wmem.lib dissectors\dissectors.lib $(WSLUA_LIB) $(WSPYTHON_LIB) ..\image\libwireshark.res @echo Linking libwireshark.dll - $(link) $(dlllflags) $(conlibsdll) shell32.lib \ + $(link) $(dlllflags) $(conlibsdll) shell32.lib psapi.lib \ $(LOCAL_LDFLAGS) $(DLL_LDFLAGS) \ /OUT:libwireshark.dll \ /IMPLIB:libwireshark.lib $(LIBWIRESHARK_OBJECTS) \ -- cgit v1.2.3