[GME-commit] GMESRC/GME/MgaUtil MgaUtil.vcproj,1.4,1.5

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Fri Feb 22 11:18:53 CST 2008


Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv3984/MgaUtil

Modified Files:
	MgaUtil.vcproj 
Log Message:
LargeAddressAware linker flag allows users to benefit
from the 3GB address space if they boot their machine with the
/3GB flag.
If this startup flag is not used then 2GB is available for users.
(Users not aware of this new feature will not see any difference, won't feel disturbance.)


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaUtil.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/MgaUtil.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MgaUtil.vcproj	21 Jul 2006 19:23:30 -0000	1.4
--- MgaUtil.vcproj	22 Feb 2008 17:18:50 -0000	1.5
***************
*** 60,63 ****
--- 60,64 ----
  				MapFileName=".\Release/MgaUtil.map"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x60800000"
  				ImportLibrary=".\Release/MgaUtil.lib"
***************
*** 136,139 ****
--- 137,141 ----
  				ProgramDatabaseFile=".\Debug/MgaUtil.pdb"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x60800000"
  				ImportLibrary=".\Debug/MgaUtil.lib"



More information about the GME-commit mailing list