Update readme and scripts

Both bootstrap and singleheader now name the files the same as the library's default.
Output now directed toward gen directory for the corresponding dir (project, singleheader, or test)
This commit is contained in:
2023-07-24 23:10:10 -04:00
parent 9c81504178
commit 88d36f5d06
8 changed files with 45 additions and 22 deletions

View File

@ -50,7 +50,7 @@ int gen_main()
Code nspace_macro = untyped_str( namespace_by_default ? nspace_default : nspace_non_default );
Builder gen_header;
gen_header.open( "gencpp.hpp" );
gen_header.open( "gen/gen.hpp" );
gen_header.print( push_ignores );
// Headers