Skip to content

Commit

Permalink
Display the libraries' names used in the application
Browse files Browse the repository at this point in the history
  • Loading branch information
djipi committed Jun 26, 2024
1 parent d1f10ae commit 390354c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ int main(int argc, char *argv[])

// display application information
printf("JiFFI2 %i.%i.%i - %s\n", MAJOR, MINOR, PATCH, __DATE__);
printf(
"Atari Jaguar file format interchanger.\n"
"Based upon JiFFI v1.42 written in GFA Basic.\n"
"\n"
);
// printf("JiFFI2 uses tinyxml2 %i.%i.%i\n", TIXML2_MAJOR_VERSION, TIXML2_MINOR_VERSION, TIXML2_PATCH_VERSION);
printf("Atari Jaguar file format interchanger, based upon JiFFI v1.42 written in GFA Basic.\n");
printf("JiFFI2 uses tinyxml2 %i.%i.%i, CRC32, and libelf libraries.\n\n", TIXML2_MAJOR_VERSION, TIXML2_MINOR_VERSION, TIXML2_PATCH_VERSION);

// check command line
if (__argc > 1)
Expand Down

0 comments on commit 390354c

Please sign in to comment.