epj2make: Updated to reflect changes to Project class
authorJerome St-Louis <jerome@ecere.com>
Sat, 11 Aug 2012 01:18:41 +0000 (21:18 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 11 Aug 2012 01:18:41 +0000 (21:18 -0400)
epj2make/epj2make.ec
epj2make/locale/epj2make.pot

index b48b664..91bd7a3 100644 (file)
@@ -353,7 +353,9 @@ class epj2makeApp : GuiApplication
                   }
                   if(valid)
                   {
-                     if(project.GenerateMakefile(makePath, noResources, includemkPath, defaultCompiler, project.config))
+                     project.GenerateCompilerMk(defaultCompiler);
+                     project.GenerateCrossPlatformCf();
+                     if(project.GenerateMakefile(makePath, noResources, includemkPath, project.config))
                      {
                         if(makePath)
                            printf("%s\n", makePath);
index 70c3752..529f4e9 100644 (file)
@@ -78,7 +78,7 @@ msgstr "      toolchain:\n"
 msgid "   epj2make [-t <target platform>] [-c <configuration>] [toolchain] [directories] [options] [-o <output>] <input>\n"
 msgstr "   epj2make [-t <target platform>] [-c <configuration>] [toolchain] [directories] [options] [-o <output>] <input>\n"
 
-#: ./epj2make.ec:374
+#: ./epj2make.ec:376
 msgid "Error: Input file (%s) does not exist.\n"
 msgstr "Error: Input file (%s) does not exist.\n"
 
@@ -86,7 +86,7 @@ msgstr "Error: Input file (%s) does not exist.\n"
 msgid "Error: Project configuration (%s) was not found.\n"
 msgstr "Error: Project configuration (%s) was not found.\n"
 
-#: ./epj2make.ec:370
+#: ./epj2make.ec:372
 msgid "Error: Unable to open project file (%s) due to unknown error.\n"
 msgstr "Error: Unable to open project file (%s) due to unknown error.\n"