|
48 | 48 | 'zlib', |
49 | 49 | 'http_parser', |
50 | 50 | ], |
| 51 | + # Automatically generated by using the following command in bash: |
| 52 | + # find "./deps/libgit2/src" -mindepth 1 -type f ! -path "./deps/libgit2/src/win32/*" ! -path "./deps/libgit2/src/unix/*" ! -path "./deps/libgit2/src/hash/*" -print0 | xargs -0 -I {} echo " '{}'," |
51 | 53 | 'sources': [ |
52 | 54 | 'deps/libgit2/src/annotated_commit.c', |
53 | 55 | 'deps/libgit2/src/annotated_commit.h', |
|
380 | 382 | 4047, # 'volatile void *' differs in levels of indirection from 'int' |
381 | 383 | 4013, # 'InterlockedDecrement' undefined; assuming extern returning int |
382 | 384 | ], |
| 385 | + # Automatically generated by using the following command in bash: |
| 386 | + # find "./deps/libgit2/src/win32" -mindepth 1 -type f -print0 | xargs -0 -I {} echo " '{}'," |
| 387 | + # find "./deps/libgit2/src/hash/" -regex '.*win32.*' -print0 | xargs -0 -I {} echo " '{}'," |
383 | 388 | 'sources': [ |
384 | 389 | 'deps/libgit2/src/net.c', |
385 | 390 | 'deps/libgit2/src/win32/dir.c', |
|
417 | 422 | 'libraries': [ |
418 | 423 | '-lpthread', |
419 | 424 | ], |
| 425 | + # Automatically generated by using the following command in bash: |
| 426 | + # find "./deps/libgit2/src/unix" -mindepth 1 -type f -print0 | xargs -0 -I {} echo " '{}'," |
| 427 | + # find "./deps/libgit2/src/hash/" -regex '.*generic.*' -print0 | xargs -0 -I {} echo " '{}'," |
420 | 428 | 'sources': [ |
421 | 429 | 'deps/libgit2/src/unix/map.c', |
422 | 430 | 'deps/libgit2/src/unix/posix.h', |
|
451 | 459 | 'target_name': 'zlib', |
452 | 460 | 'win_delay_load_hook': 'false', |
453 | 461 | 'type': 'static_library', |
| 462 | + # Automatically generated by using the following command in bash: |
| 463 | + # find "./deps/libgit2/deps/zlib/" -regex ".*\.[h|c]" -print0 | xargs -0 -I {} echo " '{}'," |
454 | 464 | 'sources': [ |
455 | 465 | 'deps/libgit2/deps/zlib/adler32.c', |
456 | 466 | 'deps/libgit2/deps/zlib/crc32.c', |
|
501 | 511 | 'target_name': 'http_parser', |
502 | 512 | 'win_delay_load_hook': 'false', |
503 | 513 | 'type': 'static_library', |
| 514 | + # Automatically generated by using the following command in bash: |
| 515 | + # find "./deps/libgit2/deps/http-parser" -regex ".*\.[h|c]" -print0 | xargs -0 -I {} echo " '{}'," |
504 | 516 | 'sources': [ |
505 | 517 | 'deps/libgit2/deps/http-parser/http_parser.c', |
506 | 518 | 'deps/libgit2/deps/http-parser/http_parser.h', |
|
526 | 538 | 'target_name': 'pcre', |
527 | 539 | 'win_delay_load_hook': 'false', |
528 | 540 | 'type': 'static_library', |
| 541 | + # Automatically generated by using the following command in bash: |
| 542 | + # find "./deps/libgit2/deps/pcre" -regex ".*\.[h|c]" -print0 | xargs -0 -I {} echo " '{}'," |
529 | 543 | 'sources': [ |
530 | 544 | 'deps/libgit2/deps/pcre/pcre_byte_order.c', |
531 | 545 | 'deps/libgit2/deps/pcre/pcre_chartables.c', |
|
0 commit comments