Fix fcbt script
This commit is contained in:
parent
3c3abd456b
commit
3987ec36b5
|
@ -92,6 +92,7 @@ def createApp(Application):
|
|||
# replace the _TEMPLATE_ string by <Application>
|
||||
sys.stdout.write("Modifying files...\n")
|
||||
MakeAppTools.replaceTemplate("../Mod/" + Application,"_TEMPLATE_",Application)
|
||||
MakeAppTools.replaceTemplate("../Mod/" + Application,"${CMAKE_SOURCE_DIR}/src/Tools/","${CMAKE_SOURCE_DIR}/src/Mod/")
|
||||
# make the congigure script executable
|
||||
#os.chmod("../Mod/" + Application + "/configure", 0777);
|
||||
sys.stdout.write("Modifying files done.\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user