mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update amalgamate
This commit is contained in:
parent
967adf0de5
commit
c44bcf2dc3
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ if len(sys.argv) > 1:
|
|||||||
|
|
||||||
OUTPUT = 'crow_all.h'
|
OUTPUT = 'crow_all.h'
|
||||||
re_depends = re.compile('^#include "(.*)"', re.MULTILINE)
|
re_depends = re.compile('^#include "(.*)"', re.MULTILINE)
|
||||||
headers = [x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, '*.h'))]
|
headers = [x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, '*.h*'))]
|
||||||
print(headers)
|
print(headers)
|
||||||
edges = defaultdict(list)
|
edges = defaultdict(list)
|
||||||
for header in headers:
|
for header in headers:
|
||||||
|
Loading…
Reference in New Issue
Block a user