The MASM Forum Archive 2004 to 2012
Welcome, Guest. Please login or register.
June 04, 2023, 11:12:59 AM

Login with username, password and session length
Search:     Advanced search
128553 Posts in 15254 Topics by 684 Members
Latest Member: mottt
* Home Help Search Login Register
+  The MASM Forum Archive 2004 to 2012
|-+  Specialised Projects
| |-+  Compiler Based Assembler
| | |-+  Assembler With Microsoft Visual C
| | | |-+  Dependencies for ASM files.
« previous next »
Pages: [1] Print
Author Topic: Dependencies for ASM files.  (Read 7675 times)
xanatose
Member
*****
Posts: 401



Dependencies for ASM files.
« on: September 12, 2009, 11:54:38 PM »

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
Member
*****
Posts: 12523


Re: Dependencies for ASM files.
« Reply #1 on: September 13, 2009, 12:18:03 AM »

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


Email
Re: Dependencies for ASM files.
« Reply #2 on: September 15, 2009, 08:30:16 PM »

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
Member
*****
Gender: Male
Posts: 1897



Re: Dependencies for ASM files.
« Reply #3 on: September 16, 2009, 02:13:57 AM »

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] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP The MASM Forum Archive 2004 to 2012 | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!