dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/tools link_res.sh.in,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tools link_res.sh.in,1.1,1.2
Date: Wed, 11 Dec 2002 23:37:49 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/tools
In directory subversions:/tmp/cvs-serv7393/tools

Modified Files:
        link_res.sh.in 
Log Message:


Add the "/nologo" option to "al", to stop it being overly chatty.


Index: link_res.sh.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tools/link_res.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** link_res.sh.in      12 Dec 2002 04:31:50 -0000      1.1
--- link_res.sh.in      12 Dec 2002 04:37:47 -0000      1.2
***************
*** 29,32 ****
        exec "$CSCC" -nostdlib -o "$1" "-fresources=$2"
  else
!       exec "$ASSEMBLY_LINKER" "/out:$1" "/c:$3" "/embed:$2"
  fi
--- 29,32 ----
        exec "$CSCC" -nostdlib -o "$1" "-fresources=$2"
  else
!       exec "$ASSEMBLY_LINKER" /nologo "/out:$1" "/c:$3" "/embed:$2"
  fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]