Pascal compiler now runs.

--HG--
branch : dtrg-buildsystem
rename : lang/basic/build.mk => lang/pc/build.mk
rename : lang/cem/cemcom.ansi/build.mk => lang/pc/comp/build.mk
rename : lang/basic/lib/build.mk => lang/pc/libpc/build.mk
This commit is contained in:
David Given
2013-05-14 20:47:04 +01:00
parent a6ebaeabd0
commit 66aebcdd91
39 changed files with 265 additions and 26 deletions

View File

@@ -60,6 +60,9 @@ define build-em_code-impl
$(call cfile, $D/em.c)
$(eval $q: $(INCDIR)/em_codeEK.h)
$(eval $q: $(INCDIR)/em_path.h)
$(eval $q: $(INCDIR)/system.h)
$(eval $q: $(INCDIR)/local.h)
$(call clibrary, $(LIBDIR)/libem$2.a)
$(eval LIBEM$1 := $o)