Skip to content
Snippets Groups Projects
Commit ae2dbcdf authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: 08bfafcb31423318aaa3924f34d951eccd2c2644
parent d71bfa65
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ IDA_LDFLAGS="-m32 --shared -L$IDAROOT -lida \
# find files
print 'dirs: ',dirs
#print 'dirs: ',dirs
files=[]
for dir in dirs:
files=files+Glob(os.path.join(dir,"*.cpp"))
......
......@@ -47,7 +47,7 @@ else:
# find files
print 'dirs: ',dirs
#print 'dirs: ',dirs
files=[]
for dir in dirs:
files=files+Glob(os.path.join(dir,"*.cpp"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment