You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/07/16 22:34:50 UTC

cvs commit: xml-xerces/c/Projects/Win32/VC6/xerces-all/all all.dsp

peiyongz    2002/07/16 13:34:49

  Modified:    c/Projects/Win32/VC6/xerces-all/all all.dsp
  Log:
  configurations for 64bit build
  
  Revision  Changes    Path
  1.2       +30 -0     xml-xerces/c/Projects/Win32/VC6/xerces-all/all/all.dsp
  
  Index: all.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/Win32/VC6/xerces-all/all/all.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- all.dsp	17 Feb 2000 22:27:32 -0000	1.1
  +++ all.dsp	16 Jul 2002 20:34:49 -0000	1.2
  @@ -19,6 +19,8 @@
   !MESSAGE 
   !MESSAGE "all - Win32 Release" (based on "Win32 (x86) Generic Project")
   !MESSAGE "all - Win32 Debug" (based on "Win32 (x86) Generic Project")
  +!MESSAGE "all - Win64 Debug" (based on "Win32 (x86) Generic Project")
  +!MESSAGE "all - Win64 Release" (based on "Win32 (x86) Generic Project")
   !MESSAGE 
   
   # Begin Project
  @@ -53,11 +55,39 @@
   # PROP Intermediate_Dir "Debug"
   # PROP Target_Dir ""
   
  +!ELSEIF  "$(CFG)" == "all - Win64 Debug"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 1
  +# PROP BASE Output_Dir "all___Win32_64Debug"
  +# PROP BASE Intermediate_Dir "all___Win32_64Debug"
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 1
  +# PROP Output_Dir "64Debug"
  +# PROP Intermediate_Dir "64Debug"
  +# PROP Target_Dir ""
  +
  +!ELSEIF  "$(CFG)" == "all - Win64 Release"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "all___Win32_64Release"
  +# PROP BASE Intermediate_Dir "all___Win32_64Release"
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "64Release"
  +# PROP Intermediate_Dir "64Release"
  +# PROP Target_Dir ""
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "all - Win32 Release"
   # Name "all - Win32 Debug"
  +# Name "all - Win64 Debug"
  +# Name "all - Win64 Release"
   # End Target
   # End Project
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org