pas2CTutorial: so crazy
authorWuzzy
Fri, 11 Oct 2019 21:01:27 +0100
changeset 2013 3bccb65d8cac
parent 2012 f0d921e412b0
child 2014 d61dd7380023
pas2CTutorial: so crazy
pas2CTutorial.wiki
--- a/pas2CTutorial.wiki	Fri Oct 11 21:00:37 2019 +0100
+++ b/pas2CTutorial.wiki	Fri Oct 11 21:01:27 2019 +0100
@@ -4,7 +4,7 @@
 
 Pas2C is intended to be used when building the engine natively (e.g. with !FreePascal) fails for some reason. However, Pas2C does have some limitations and you should try to first build Hedgewars normally before attempting a Pas2C build.
 
-Pas2C is our hand-written Pascal-to-C-compiler. It works by converting all Pascal code to C, and then compiling the C code.
+Pas2C is our hand-written Pascal-to-C-compiler. It works by converting all Pascal code to C, and then compiling the C code. Yes, we're a little crazy. :-)
 
 ==Limitations==