Sfoglia il codice sorgente

Configure project to ouput unix builds only

DricomDragon 5 anni fa
parent
commit
5db8cc9562

+ 0 - 10
logoPlayer/galgas-sources/logoPlayer-cocoa.galgas

@@ -1,10 +0,0 @@
-gui cocoa {
-  with option logoPlayer_options
-
-  with lexique logoPlayer_lexique {
-    fileExtension: "logoPlayer"
-    title: "Source"
-    blockComment : "#"
-  }
-
-}

+ 0 - 11
logoPlayer/logoPlayer.galgasProject

@@ -1,16 +1,6 @@
 project (0:0:1) -> "logoPlayer" {
 #--- Targets
-  %makefile-macosx
   %makefile-unix
-  %makefile-x86linux32-on-macosx
-  %makefile-x86linux64-on-macosx
-  %makefile-win32-on-macosx
-  %LatestMacOS
-  %applicationBundleBase : "fr.what"
-  %codeblocks-windows
-  %codeblocks-linux32
-  %codeblocks-linux64
-  %codeblocks-mac
 
 #--- Source files
   "galgas-sources/logoPlayer-lexique.galgas"
@@ -18,7 +8,6 @@ project (0:0:1) -> "logoPlayer" {
   "galgas-sources/logoPlayer-semantics.galgas"
   "galgas-sources/logoPlayer-syntax.galgas"
   "galgas-sources/logoPlayer-grammar.galgas"
-  "galgas-sources/logoPlayer-cocoa.galgas"
   "galgas-sources/logoPlayer-program.galgas"
 }