[GME-commit] GMESRC/GME/Search Search.vcproj,1.3,1.4

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/Search
In directory escher:/tmp/cvs-serv3984/Search

Modified Files:
	Search.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: Search.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Search/Search.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Search.vcproj	4 Dec 2006 18:19:23 -0000	1.3
--- Search.vcproj	22 Feb 2008 17:18:51 -0000	1.4
***************
*** 55,58 ****
--- 55,59 ----
  				ProgramDatabaseFile=".\Debug/Search.pdb"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x61100000"
  				ImportLibrary=".\Debug/Search.lib"
***************
*** 132,135 ****
--- 133,137 ----
  				MapFileName=".\Release/Search.map"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x61100000"
  				ImportLibrary=".\Release/Search.lib"



More information about the GME-commit mailing list