This commit is contained in:
Nishi 2026-01-12 01:54:35 +09:00
commit 2d6ed53abc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
56 changed files with 746 additions and 746 deletions

View file

@ -10,8 +10,8 @@ endmacro()
file(GLOB lz4_SRC ../lz4/*.c)
compile_tool(gb_dumpfont)
compile_tool(gb_makepak)
compile_tool(gs_dumpfont)
compile_tool(gs_makepak)
target_include_directories(gb_makepak PRIVATE ../lz4)
target_sources(gb_makepak PRIVATE ${lz4_SRC})
target_include_directories(gs_makepak PRIVATE ../lz4)
target_sources(gs_makepak PRIVATE ${lz4_SRC})

View file

@ -169,7 +169,7 @@ static void scan(const char* path, const char* pre) {
int main(int argc, char** argv) {
unsigned char dat[128];
printf("GearBox Engine resource packer\n");
printf("GearSrc Engine resource packer\n");
if(argc >= 2) {
out = fopen(argv[1], "wb");