View Single Post
Old 27 November 2019, 22:47   #89
deimos
It's coming back!
 
deimos's Avatar
 
Join Date: Jul 2018
Location: comp.sys.amiga
Posts: 762
Quote:
Originally Posted by TCH View Post
you do not need a makefile. You just need to assemble the two 68k files (
vasmm68k_mot ClearBlock32.68k -spaces -Fhunk -o ClearBlock32.o && vasmm68k_mot PolygonBitmapToPlanes32.3.68k -spaces -Fhunk -o PolygonBitmapToPlanes32.3.o
) and then compile the C file together with the object files (
m68k-amigaos-gcc -O2 polygon1.c *.o -o polygon1
). It is true, that i did not said this explicitly, but i thought this was trivial.
I'm not at a PC anymore, so I'll let this rest, except to ask why you do all this instead of typing 'make'?
deimos is offline  
 
Page generated in 0.04603 seconds with 11 queries