aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-02 21:33:11 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-02 21:33:11 +0000
commit57dadc4664738c0c461f039c3d0da05d24de484a (patch)
treeeae562945b06a82bed053f98246e57e693a807c6 /plugins/tpg
parentc71eeeca07fda57909aade8fcd74939063e1105e (diff)
More Windows compiler flag cleanups. Fix a problem with my last commit
that would break compilation for older compilers. Create a "DLL_LDFLAGS" variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin. svn path=/trunk/; revision=27582
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index d9112f14e3..a25c840f07 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -15,7 +15,7 @@ CFLAGS=/WX /DHAVE_CONFIG_H /I../.. $(GLIB_CFLAGS) /I$(LEMON)\
.c.obj::
$(CC) $(CFLAGS) -Fdmate.pdb -c $<
-LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
+LDFLAGS = $(PLUGIN_LDFLAGS)
!IFDEF ENABLE_LIBWIRESHARK
LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib