context icon indicating copy to clipboard operation
context copied to clipboard

fix for for: visual studio missing buildtool peroperty for asm files

Open Dargun opened this issue 1 year ago • 0 comments

There is a problem on visual studio to compile Boost::context with BOOST_CONTEXT_IMPLEMENTATION = "fcontext". For all asm files are no build tool defined so they will not be compiled during build of context lib and functions "jump_fcontext, make_fcontext and ontop_fcontext" are no compiled. The fix is to pass the defined ASM_LANGUAGE on each asm file as PROPERTY.

Dargun avatar Sep 12 '24 15:09 Dargun