rename
This commit is contained in:
parent
472e21e389
commit
2d6ed53abc
56 changed files with 746 additions and 746 deletions
|
|
@ -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})
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue