The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: xanatose on November 25, 2008, 08:18:02 PM

Title: (question) ASM file dependencies for Visual Studio.
Post by: xanatose on November 25, 2008, 08:18:02 PM
I am making a project in 100% assembly, but using Visual Studio for building and debugging. But I cannot find a way to tell VS the dependencies on each .asm file, nor does it automatically find them.

Does anyone know a way to manually tell VS when a file is dependent on another one?