Pascal compiler builds.

This commit is contained in:
David Given
2016-08-13 13:03:06 +02:00
parent 00c67fcc0e
commit e770d09dc8
5 changed files with 147 additions and 0 deletions

7
lang/pc/comp/make.parameters Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo '#ifndef PARAMETERS_H'
echo '#define PARAMETERS_H'
grep -v '^!'
echo '#endif'