[Gd-chatter] r11073 - trunk/fundev/sources/project-manager/projects
rayiner at gwydiondylan.org
rayiner at gwydiondylan.org
Mon Dec 18 02:28:36 CET 2006
Author: rayiner
Date: Mon Dec 18 02:28:34 2006
New Revision: 11073
Modified:
trunk/fundev/sources/project-manager/projects/implementation.dylan
Log:
Job: fd
- Back-end setting should only be applied to
personal projects (LID projects).
Modified: trunk/fundev/sources/project-manager/projects/implementation.dylan
==============================================================================
--- trunk/fundev/sources/project-manager/projects/implementation.dylan (original)
+++ trunk/fundev/sources/project-manager/projects/implementation.dylan Mon Dec 18 02:28:34 2006
@@ -469,8 +469,8 @@
add-setting(mode: project-compilation-mode(project));
add-setting(processor: project-processor(project));
add-setting(operating-system: project-operating-system(project));
+ add-setting(back-end: project-compiler-back-end(project));
end;
- add-setting(back-end: project-compiler-back-end(project));
add-setting(build-location: project-build-location(project));
add-setting(library-pack: project-library-pack(project));
context.compilation-context-compiler-settings := compiler-settings;
More information about the chatter
mailing list