comparison Resources/SyncOrthancFolder.py @ 194:a1ca7cf02939

removing unneeded files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 13:46:24 +0200
parents 993dd140bd30
children 967ae255a58f
comparison
equal deleted inserted replaced
193:20636b255424 194:a1ca7cf02939
22 'MinGWToolchain.cmake', 22 'MinGWToolchain.cmake',
23 ] 23 ]
24 24
25 SDK = [ 25 SDK = [
26 'orthanc/OrthancCPlugin.h', 26 'orthanc/OrthancCPlugin.h',
27 'orthanc/OrthancCDatabasePlugin.h',
28 'orthanc/OrthancCppDatabasePlugin.h',
29 ] 27 ]
30 28
31 29
32 def Download(x): 30 def Download(x):
33 branch = x[0] 31 branch = x[0]