[GME-commit] GMESRC/GME/XmlBackEnd XmlBackEnd.vcproj,1.10,1.11
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/XmlBackEnd
In directory escher:/tmp/cvs-serv3984/XmlBackEnd
Modified Files:
XmlBackEnd.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: XmlBackEnd.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/XmlBackEnd.vcproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** XmlBackEnd.vcproj 21 Feb 2008 18:16:58 -0000 1.10
--- XmlBackEnd.vcproj 22 Feb 2008 17:18:51 -0000 1.11
***************
*** 63,66 ****
--- 63,67 ----
ProgramDatabaseFile=".\Debug/XmlBackEnd.pdb"
SubSystem="2"
+ LargeAddressAware="2"
BaseAddress="0x61200000"
ImportLibrary=".\Debug/XmlBackEnd.lib"
***************
*** 148,151 ****
--- 149,153 ----
MapFileName=".\Release/XmlBackEnd.map"
SubSystem="2"
+ LargeAddressAware="2"
BaseAddress="0x61200000"
ImportLibrary=".\Release/XmlBackEnd.lib"
More information about the GME-commit
mailing list