How do you get RadASM to recognize and assemble/link other .asm files. I am trying to create multiple source files , most just contain related procs. But RadASM only "sees" the First .asm file that was added during project creation. The other .asm I added(used Project->Add New->Asm file)
thanx
thanx
Hi Rockinronstar
bitRAKE created the NMAKE project type. This project type handles multiple modules. If you only have splitted a large source into smaller parts, then use the main asm file to include the parts.
KetilO
bitRAKE created the NMAKE project type. This project type handles multiple modules. If you only have splitted a large source into smaller parts, then use the main asm file to include the parts.
KetilO