Hello,
I search if cvtres.exe accept an environment variable like:
set CVTRES=/MACHINE:X64
I don't find this in MSDN
the latest cvtres (comes with VS2013 I think) has an option /machine:x64
I know this one,but i need to pass it by an environment variable if possible.
set $cvtres=/machine:x64
cvtres whatever %$cvtres%
Quoteset $cvtres=/machine:x64
Create a normal environment variable who is not read by cvtres as link do with LINK
Quoteset LINK= /SUBSYSTEM:WINDOWS
Link.exe /DEBUG /debugtype:cv /OUT:%FILE%.exe *.obj
There is no need to add %LINK% in the command line
Yves,
Get the source for cvtres, add this feature and recompile it :t
Good idea,I phone to Bill(It's a friend of mine) and I get the source code and more
Quote from: ToutEnMasm on August 14, 2015, 05:48:13 PM
Good idea,I phone to Bill(It's a friend of mine) and I get the source code and more
Yep, that's the right spirit, Yves :t
(in case Bill is too busy, you can still use
cvtres whatever %$cvtres% as a workaround)