aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-06-25 22:21:58 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-06-25 22:21:58 +0000
commit9e1359e2fab24df5d56c3e85dfe5ba926faf2eef (patch)
tree3ccaa6090eed579517072a1dc6fcbea16450721c /Makefile.nmake
parentefbde1c75a5ac52cf228a35d2f91ff61f35659a0 (diff)
Revert 43481: linking dftest against libui was not the problem.
svn path=/trunk/; revision=43488
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4cb88112bb..ac4c410ba5 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -358,7 +358,7 @@ text2pcap.exe : $(LIBS_CHECK) config.h text2pcap.obj text2pcap-scanner.obj wsuti
dftest.exe : $(dftest_OBJECTS) epan ui
@echo Linking $@
$(LINK) @<<
- /OUT:dftest.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console $(dftest_LIBS) $(dftest_OBJECTS)
+ /OUT:dftest.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console $(dftest_LIBS) ui\libui.lib $(dftest_OBJECTS)
<<
!IFDEF MANIFEST_INFO_REQUIRED
mt.exe -nologo -manifest "dftest.exe.manifest" -outputresource:dftest.exe;1