[GME-commit] GMESRC/GME/PartBrowser PartBrowser.vcproj,1.2,1.3

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

Modified Files:
	PartBrowser.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: PartBrowser.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/PartBrowser/PartBrowser.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PartBrowser.vcproj	15 Feb 2008 22:44:06 -0000	1.2
--- PartBrowser.vcproj	22 Feb 2008 17:18:51 -0000	1.3
***************
*** 42,45 ****
--- 42,46 ----
  				GenerateDebugInformation="TRUE"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				ImportLibrary="$(OutDir)/PartBrowser.lib"
  				TargetMachine="1"/>
***************
*** 100,103 ****
--- 101,105 ----
  				GenerateDebugInformation="TRUE"
  				SubSystem="2"
+ 				LargeAddressAware="2"
  				OptimizeReferences="2"
  				EnableCOMDATFolding="2"



More information about the GME-commit mailing list