Cface__GeneratorCommand.st
changeset 4 fc74bd43a3eb
parent 3 110a9cbf8594
child 5 c110eef5b9ef
--- a/Cface__GeneratorCommand.st	Fri Jul 04 08:35:55 2008 +0000
+++ b/Cface__GeneratorCommand.st	Fri Jul 04 12:05:15 2008 +0000
@@ -14,10 +14,10 @@
 
 generateCairo
 
-    |cairoDir cairoDefFile cairoPdfDefFile|
+    |cairoDir cairoDefFile |
 
     cairoDir := '/home/janfrog/Projects/Cface/libcairo/'.
-    cairoDefFile := cairoDir ,  'cairo.h.def'.  
+    cairoDefFile := cairoDir ,  'libcairo.def'.  
 
     (
     
@@ -28,21 +28,9 @@
         process
     
     ) apply.
-    
-    cairoPdfDefFile := cairoDir ,  'cairo-pdf.h.def'.  
-    
-    (
-    
-    Cface::Platform theInstance generatorCommand
-        definitions: cairoPdfDefFile asFilename;
-        mappings: Cface::CairoMapping new;
-        module:'libcairo.so';
-        process
-    
-    ) apply.
 
     "Created: / 03-07-2008 / 23:55:14 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 04-07-2008 / 10:31:20 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 04-07-2008 / 12:33:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
 !
 
 generateSubversion