Difference between revisions of "ECL/Building libraries"


Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/www/web437/html/mediawiki/includes/MagicWord.php on line 902
From formgames wiki
< ECL
Jump to: navigation, search
Line 15: Line 15:
  
 
== Windows ==
 
== Windows ==
 +
 +
=== Static Libraries ===
 +
 +
TODO
 +
 +
=== Shared Libraries ===
  
 
Sources: [http://formgames.org/lisp/ecl/examples/shared-library.tar.gz shared-library.tar.gz]
 
Sources: [http://formgames.org/lisp/ecl/examples/shared-library.tar.gz shared-library.tar.gz]
  
=== Usage ===
+
==== Usage ====
  
 
* Adapt the path of the batch file 'vcvars64.bat' in 'vsenv' to correspond to the local installation of Microsoft Visual C++.
 
* Adapt the path of the batch file 'vcvars64.bat' in 'vsenv' to correspond to the local installation of Microsoft Visual C++.
Line 33: Line 39:
 
</pre>
 
</pre>
  
=== hello-lisp.lisp ===
+
==== hello-lisp.lisp ====
  
 
<pre>
 
<pre>
Line 39: Line 45:
 
</pre>
 
</pre>
  
=== hello.c ===
+
==== hello.c ====
  
 
<pre>
 
<pre>
Line 66: Line 72:
 
</pre>
 
</pre>
  
=== Makefile ===
+
==== Makefile ====
  
 
<pre>
 
<pre>
Line 95: Line 101:
 
</pre>
 
</pre>
  
=== build.lisp ===
+
==== build.lisp ====
  
 
<pre lang=Lisp>
 
<pre lang=Lisp>
Line 104: Line 110:
 
</pre>
 
</pre>
  
=== vsenv ===
+
==== vsenv ====
  
 
<pre>
 
<pre>

Revision as of 16:26, 26 June 2013