aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/moduleinfo.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-11 22:03:26 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-11 22:03:26 +0000
commit5998d1dbd2b815eedfdb8957bf13d3a943a921d6 (patch)
tree93f46d04be131c4b885c5caf8cbab0d80a130c5c /plugins/mgcp/moduleinfo.nmake
parent3254a8f9cb1ff5713a9f40675211176f2193e5c3 (diff)
mgcp is now in epan/dissectors/
svn path=/trunk/; revision=23843
Diffstat (limited to 'plugins/mgcp/moduleinfo.nmake')
-rw-r--r--plugins/mgcp/moduleinfo.nmake28
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/mgcp/moduleinfo.nmake b/plugins/mgcp/moduleinfo.nmake
deleted file mode 100644
index a0e37a46fe..0000000000
--- a/plugins/mgcp/moduleinfo.nmake
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# $Id$
-#
-
-# The name
-PACKAGE=mgcp
-
-# The version
-MODULE_VERSION_MAJOR=0
-MODULE_VERSION_MINOR=0
-MODULE_VERSION_MICRO=10
-MODULE_VERSION_EXTRA=0
-
-#
-# The RC_VERSION should be comma-separated, not dot-separated,
-# as per Graham Bloice's message in
-#
-# http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
-#
-# "The RC_VERSION variable in config.nmake should be comma separated.
-# This allows the resources to be built correctly and the version
-# number to be correctly displayed in the explorer properties dialog
-# for the executables, and XP's tooltip, rather than 0.0.0.0."
-#
-
-MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
-RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)
-