From 5c7ffdde0b9642a42e8f5987e06eb01220ff7776 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 11 Jul 2007 08:02:47 +0000 Subject: * Wiping trunk in prep for Sugilite --- Prebuild/TODO | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Prebuild/TODO (limited to 'Prebuild/TODO') diff --git a/Prebuild/TODO b/Prebuild/TODO deleted file mode 100644 index d01780a..0000000 --- a/Prebuild/TODO +++ /dev/null @@ -1,21 +0,0 @@ -* 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 - } -} - -- cgit v1.1