fix grc example, fix makefiles to compile grc example correctly

This commit is contained in:
mrdudz
2020-10-15 18:41:17 +02:00
parent f60af0301a
commit a0dc7cd9e4
5 changed files with 23 additions and 22 deletions

View File

@@ -5,10 +5,10 @@
; similar to vlir1.s except the fact that this is chain #2
.include "../../libsrc/geos-common/const.inc"
.include "../../libsrc/geos-cbm/jumptab.inc"
.include "../../libsrc/geos-cbm/geossym.inc"
.include "../../libsrc/geos-common/geosmac.inc"
.include "../../../libsrc/geos-common/const.inc"
.include "../../../libsrc/geos-cbm/jumptab.inc"
.include "../../../libsrc/geos-cbm/geossym.inc"
.include "../../../libsrc/geos-common/geosmac.inc"
.export OVERLAY2_Function1
.export OVERLAY2_Function2