View of /trunk/Prebuild/TODO
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sun Oct 26 17:08:20 2008 UTC (4 years, 7 months ago) by teravus
File size: 454 byte(s)
Sun Oct 26 17:08:20 2008 UTC (4 years, 7 months ago) by teravus
File size: 454 byte(s)
* Initial commit, moved from /gf/project/idealistviewer/scmsvn/?action=browse&path=svn%3A%2F%2Fteravus.wmcv.com%3A9001%2FIdealistViewer
* monodev target should be able to detect whether the project is 1.x
or 2.x runtime
* make an autotools install target for .exe files
* Fix the autotools target so that
if(numProjects == 1){
for($projectDir){
generate_a_project_configure_dot_ac()
}
}else{
generate_a_solution_configure_dot_ac()
foreach($project in $projectsList){
mkdir $project/
cd $project/
generate_a_project_configure_dot_ac
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

