Fix more errors
This commit is contained in:
@@ -29,8 +29,6 @@ header = Amalgamator()
|
||||
header.append_text("#ifndef CWEB_AMALGAMATION\n")
|
||||
header.append_text("#define CWEB_AMALGAMATION\n")
|
||||
header.append_text(desc)
|
||||
header.append_file("3p/wl.h")
|
||||
header.append_file("3p/chttp.h")
|
||||
header.append_file("src/main.h")
|
||||
header.append_text("#endif // CWEB_AMALGAMATION\n")
|
||||
header.save("cweb.h")
|
||||
@@ -38,6 +36,8 @@ header.save("cweb.h")
|
||||
source = Amalgamator()
|
||||
source.append_text("#include \"cweb.h\"\n")
|
||||
source.append_text("#define HTTP_NOINCLUDE\n")
|
||||
source.append_file("3p/wl.h")
|
||||
source.append_file("3p/chttp.h")
|
||||
source.append_file("3p/chttp.c")
|
||||
source.append_file("3p/crypt_blowfish.h")
|
||||
source.append_file("3p/crypt_blowfish.c")
|
||||
|
||||
Reference in New Issue
Block a user