compiler/src/voc
Norayr Chilingarian 745b4851ca fixed issue with multiple modules compilation.
now voc adds dependency modules object files to the main module
compiling command line.
for example, if MM0 imports MM1 then if we call voc like:
voc -l MM1.Mod -s MM0.Mod -M

 the commandline will look like

cc  MM0.c MM1.o -static  -o MM0  -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64  -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib


Former-commit-id: a3214b8154
2013-10-07 16:46:04 +04:00
..
gnuc fixed issue with multiple modules compilation. 2013-10-07 16:46:04 +04:00
errors.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
OPB.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
OPC.Mod fixed issue with multiple modules compilation. 2013-10-07 16:46:04 +04:00
OPM.cmdln.Mod fixed issue with multiple modules compilation. 2013-10-07 16:46:04 +04:00
OPP.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
OPS.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
OPT.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
OPV.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
version.Mod voc compiler first commit 2013-09-27 22:34:17 +04:00
voc.Mod fixed issue with multiple modules compilation. 2013-10-07 16:46:04 +04:00