sdk/Build System: Improved the bootstrap Makefiles
[sdk] / compiler / ecs / ecs.epj
index a24e065..7972c04 100644 (file)
@@ -5,8 +5,6 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "ecs",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Console" : true
    },
    "Configurations" : [
@@ -20,7 +18,8 @@
             ],
             "Libraries" : [
                "ecere"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -37,6 +36,7 @@
                "../../obj/$(PLATFORM)/bin",
                "../../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
             ]
@@ -58,7 +58,8 @@
             "LibraryDirs" : [
                "../libec/obj/bootstrap.$(PLATFORM)",
                "../../ecere/obj/bootstrap.$(PLATFORM)"
-            ]
+            ],
+            "FastMath" : true
          },
          "Platforms" : [
             {
          ]
       }
    ]
-}
\ No newline at end of file
+}