Pages: [1]
|
 |
|
Author
|
Topic: Dependencies for ASM files. (Read 7675 times)
|
xanatose
|
Is there a way to tell visual studio to re compile (assemble) a .asm file every time its include changes. If not, its there a way to manually tell it to compile a file every time another one changes?
|
|
|
Logged
|
|
|
|
dedndave
|
in the old days, we used a program called MAKE.EXE you made a .MAK file that had the includes, etc and each time, it checked those files for updates i dunno if recent versions of masm have that, but 5.10 did (i have the exe if you like)
|
|
|
Logged
|
|
|
|
bruce1948
Guest
|
When i've used visual studio I've never been ablr to find a way without using the build all {entire project} option
bruce
|
|
|
Logged
|
|
|
|
GregL
|
If I'm not mistaken, if you include the .inc file into a Visual Studio project, and the file changes, it should trigger a prompt to rebuild the entire project.
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
 |