epj2make: fix call to GenerateMakefile not following argument type change from ide...
authorRejean Loyer <redj@ecere.com>
Tue, 17 Feb 2015 04:08:12 +0000 (23:08 -0500)
committerRejean Loyer <redj@ecere.com>
Mon, 16 Mar 2015 05:31:33 +0000 (01:31 -0400)
epj2make/epj2make.ec

index 88faa87..30ce2f5 100644 (file)
@@ -359,7 +359,7 @@ class epj2makeApp : GuiApplication
                   {
                      project.GenerateCompilerCf(defaultCompiler, project.topNode.ContainsFilesWithExtension("ec", project.config));
                      project.GenerateCrossPlatformMk(null);
-                     if(project.GenerateMakefile(makePath, noResources, includemkPath, project.config, defaultCompiler.ldCommand))
+                     if(project.GenerateMakefile(makePath, noResources, includemkPath, project.config, defaultCompiler))
                      {
                         if(makePath)
                            printf("%s\n", makePath);