[GME-commit] GMESRC/GME/Parser Parser.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/Parser
In directory escher:/tmp/cvs-serv3984/Parser

Modified Files:
	Parser.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: Parser.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/Parser.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Parser.vcproj	13 Feb 2008 21:23:58 -0000	1.3
--- Parser.vcproj	22 Feb 2008 17:18:51 -0000	1.4
***************
*** 64,67 ****
--- 64,68 ----
  				MapFileName=".\Release/Parser.map"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x61000000"
  				ImportLibrary=".\Release/Parser.lib"
***************
*** 141,144 ****
--- 142,146 ----
  				ProgramDatabaseFile=".\Debug/Parser.pdb"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				BaseAddress="0x61000000"
  				ImportLibrary=".\Debug/Parser.lib"



More information about the GME-commit mailing list