mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 08:50:06 +00:00
Split CP up into components that can be called individually
Found some more dead code to delete. Added a couple of progress printouts. refs #86
This commit is contained in:
@ -400,6 +400,7 @@ void PrintAttributes::printIOMakefile() {
|
||||
return ;
|
||||
}
|
||||
|
||||
std::cout << "[34mCreating/updating io_src Makefile[0m" << std::endl ;
|
||||
makefile_io_src.open("build/Makefile_io_src") ;
|
||||
|
||||
makefile_io_src << "TRICK_IO_CXXFLAGS := \\" << std::endl ;
|
||||
|
Reference in New Issue
Block a user