Mercurial > hg > orthanc-python
comparison CodeAnalysis/ParseOrthancSDK.py @ 108:2389ec6ec803
preparing for release
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 18:40:20 +0100 |
parents | eb6ac5a801d1 |
children | 65ec5597ec70 5643e97d9367 |
comparison
equal
deleted
inserted
replaced
107:461dfb859ac7 | 108:2389ec6ec803 |
---|---|
99 parser.add_argument('--libclang', | 99 parser.add_argument('--libclang', |
100 default = 'libclang-4.0.so.1', | 100 default = 'libclang-4.0.so.1', |
101 help = 'manually provides the path to the libclang shared library') | 101 help = 'manually provides the path to the libclang shared library') |
102 parser.add_argument('--source', | 102 parser.add_argument('--source', |
103 default = os.path.join(os.path.dirname(__file__), | 103 default = os.path.join(os.path.dirname(__file__), |
104 '../Resources/Orthanc/Sdk-1.9.8/orthanc/OrthancCPlugin.h'), | 104 '../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h'), |
105 help = 'Input C++ file') | 105 help = 'Input C++ file') |
106 parser.add_argument('--target', | 106 parser.add_argument('--target', |
107 default = os.path.join(os.path.dirname(__file__), | 107 default = os.path.join(os.path.dirname(__file__), |
108 '../Sources/Autogenerated'), | 108 '../Sources/Autogenerated'), |
109 help = 'Target folder') | 109 help = 'Target folder') |