News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

who create the response link.rsp?

Started by UtillMasm, May 21, 2009, 10:17:26 AM

Previous topic - Next topic

UtillMasm

note: this is a serious question.

the 'link.rsp' file in my Masm32 Version 9 installation folder.
it come from 'm32v9sp2.zip' file.

i want to know who create the 'link.rsp' file.

btw: i know the '\masm32\m32lib\make.bat' not create the 'link.rsp' file. so who do it.

rags

God made Man, but the monkey applied the glue -DEVO

hutch--

UtillMasm,

Its the response file for linking the libraries. The module list is done this way so it can be used on the linker command line without having to try and put so many files on a single command line.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

UtillMasm

Quote from: rags on May 22, 2009, 12:26:48 AM
Probably Hutch. :)


this is the right answer?
i think so, but not very sure.

UtillMasm

come from '\masm32\m32lib\make.bat' file:
\masm32\bin\ml.exe /c /coff @ml.rsp
if errorlevel 0 goto okml
del ml.rsp
echo Assembly Error Building Library Modules
goto theend


compiling dw2a.asm Error, but 'del ml.rsp' not execute. why?

dedndave

because the assembler had no error above level 0 ?
are you using masm 9 or 10 ?

dedndave

Quote from: dedndave on May 22, 2009, 03:48:59 AM
because the assembler had no error above level 0 ?
are you using masm32 v 9 or 10 ?

UtillMasm


dedndave


Vortex

Hi UtilMasm,

Here is another example of .rsp file : assemble.rsp

\masm32\examples\exampl06\altbuild

UtillMasm

thanks.

i don't have that! :red
atach that stuff, please.

[attachment deleted by admin]

hutch--

Get version 10, thast what it was written for, to update version 9.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

UtillMasm

ok, but i like manually update my Masm32v9 to v10. this is my learn masm way.
:wink

dedndave


UtillMasm

ok, i am adding them to my custom masm32v9.
:wink