News:

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

about some masm commandline options

Started by Rainstorm, March 10, 2008, 05:27:20 AM

Previous topic - Next topic

Rainstorm

what does the /OPT:NOREF option mean

I searched for this & other commandline switches in the pdf masm reference available on the web & they are not mentioned.

anyone have any links to an masm refrence that is more complete & has all the switches mentioned ?

hutch--

Its actually a linker option from the linker used in masm32 that is from the very old win98ddk. just put the /OPT:NOREF text into google and you will get the MSDN data for it but the reason why I used in in the project was to stop the linker squarking a useless warning if a kernel32 function was not called.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

sinsi

Link options
ML options

These are the ones I use, but if anyone has a newer url I wouldn't mind knowing...
Light travels faster than sound, that's why some people seem bright until you hear them.

Rainstorm