diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-22 23:26:55 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-22 23:26:55 (GMT) |
commit | 07642c3689edaaf04addb0853877bbd0938ecf7b (patch) | |
tree | 8fb5b6a08ae4f4ca6a7ae3912ce3829986c1071a /Mac/Lib/mkcwproject/template/template.prj.xml | |
parent | 7760cff29489fef6728ef7776d76fcc7b41c2488 (diff) | |
download | cpython-07642c3689edaaf04addb0853877bbd0938ecf7b.zip cpython-07642c3689edaaf04addb0853877bbd0938ecf7b.tar.gz cpython-07642c3689edaaf04addb0853877bbd0938ecf7b.tar.bz2 |
More bits and pieces of project generation.
Diffstat (limited to 'Mac/Lib/mkcwproject/template/template.prj.xml')
-rw-r--r-- | Mac/Lib/mkcwproject/template/template.prj.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Mac/Lib/mkcwproject/template/template.prj.xml b/Mac/Lib/mkcwproject/template/template.prj.xml index c6e01e8..ac38544 100644 --- a/Mac/Lib/mkcwproject/template/template.prj.xml +++ b/Mac/Lib/mkcwproject/template/template.prj.xml @@ -92,20 +92,30 @@ </SETTING> <SETTING> <SETTING><NAME>SearchPath</NAME> - <SETTING><NAME>Path</NAME><VALUE>:::</VALUE></SETTING> + <SETTING><NAME>Path</NAME><VALUE>%(sysprefix)s:Mac:</VALUE></SETTING> <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> - <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> + <SETTING><NAME>PathRoot</NAME><VALUE>%(mac_sysprefixtype)s</VALUE></SETTING> + </SETTING> + <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> + <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> + </SETTING> + <SETTING> + <SETTING><NAME>SearchPath</NAME> + <SETTING><NAME>Path</NAME><VALUE>%(sysprefix)s</VALUE></SETTING> + <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> + <SETTING><NAME>PathRoot</NAME><VALUE>%(mac_sysprefixtype)s</VALUE></SETTING> </SETTING> <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> </SETTING> </SETTING> <SETTING><NAME>SystemSearchPaths</NAME> + %(tmp_extrasearchdirs)s <SETTING> <SETTING><NAME>SearchPath</NAME> - <SETTING><NAME>Path</NAME><VALUE>::::GUSI2:include:</VALUE></SETTING> + <SETTING><NAME>Path</NAME><VALUE>%(sysprefix)s::GUSI2:include:</VALUE></SETTING> <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> - <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> + <SETTING><NAME>PathRoot</NAME><VALUE>%(mac_sysprefixtype)s</VALUE></SETTING> </SETTING> <SETTING><NAME>Recursive</NAME><VALUE>false</VALUE></SETTING> <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> @@ -136,7 +146,7 @@ <SETTING><NAME>PostLinker</NAME><VALUE></VALUE></SETTING> <SETTING><NAME>Targetname</NAME><VALUE>%(mac_targetname)s</VALUE></SETTING> <SETTING><NAME>OutputDirectory</NAME> - <SETTING><NAME>Path</NAME><VALUE>::PlugIns:</VALUE></SETTING> + <SETTING><NAME>Path</NAME><VALUE>%(mac_outputdir)s</VALUE></SETTING> <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> </SETTING> |