View Single Post
Old 15 August 2019, 00:26   #69
emiespo
Registered User
 
Join Date: Jul 2017
Location: Oxford
Posts: 103
Quote:
Originally Posted by prb28 View Post
For bigger builds, one better way to do it is using a makefile. Here is an example: https://github.com/prb28/vscode-amiga-vbcc-example.
It’s with a mix of C and ASM but you can remove the C build instructions.
I've used vasm to get the list of files - from the includes - to generate a makefile, and it worked seamlessly from the command line. Something like:

vasm -depend=list ...

the main source file is then successfully compiled via "make" into one single exe, however VisualStudio is still unable to correctly detect my breakpoints. Even the entry breakpoint is not correct. I remember it used to work earlier, but then I haven't touched it in a while...
emiespo is offline  
 
Page generated in 0.14102 seconds with 11 queries