summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-22 17:58:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-22 17:58:17 +0800
commit042e585070dbc6cd02780c5d7d8e6e41a7dfdf55 (patch)
tree81895ddd35e90f83e94315e25fb9c296be7fe2c5
parent526b1aa7f1bd3b1bef52d2540cf129d51f806ad1 (diff)
downloadgobject-introspection-042e585070dbc6cd02780c5d7d8e6e41a7dfdf55.tar.gz
build/gen-cairo-gir.py: Clean Up A Bit
We don't really need the --vsver option anymore, so we can just drop it. The NMake Makefile does the handling of the DLL name according to the Visual Studio version used, according to the DLL naming convention that we used in the GNOME parts of the GTK+ stack).
-rw-r--r--build/gen-cairo-gir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/gen-cairo-gir.py b/build/gen-cairo-gir.py
index a4b4fff4..69630028 100644
--- a/build/gen-cairo-gir.py
+++ b/build/gen-cairo-gir.py
@@ -40,7 +40,6 @@ def setup_vars_cairo(src, dest, dllname):
def main(argv):
parser = optparse.OptionParser()
parser.add_option('--dllname', dest='dllname', action='store', help='Full file name of the Cairo-GObject DLL for the Cairo Introspection File')
- parser.add_option('--vsver', dest='vsver', action='store', help='Version of Visual Studio used, 9 or 2008 for VS 2008, 10 or 2010 for VS2010, 11 or 2012 for VS2012')
opt, args = parser.parse_args(argv)
if opt.dllname is None:
print ('dllname must be specified. Please refer to %s -h for more information' % os.path.basename(__file__))