aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-30 05:49:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-30 05:49:58 +0000
commit78afe3fa82ffedaa2db9d6f89f9f357f8df1eb77 (patch)
tree41d5bb641e8f518a4b9fef0e0a33fea7b9eef96c /epan/Makefile.nmake
parenteb943806465e62d578488111a505b9a3c300f9a6 (diff)
Add a routine to get application memory usage to epan.
svn path=/trunk/; revision=51023
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
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) \