You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/04/15 23:32:09 UTC

cvs commit: xml-xalan/c/Projects/Win32 tools.ini

dmitryh     2004/04/15 14:32:09

  Modified:    c/Projects/Win32 tools.ini
  Log:
  Changes for building correct package name
  
  Revision  Changes    Path
  1.2       +9 -4      xml-xalan/c/Projects/Win32/tools.ini
  
  Index: tools.ini
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/tools.ini,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tools.ini	4 Apr 2004 16:03:02 -0000	1.1
  +++ tools.ini	15 Apr 2004 21:32:09 -0000	1.2
  @@ -20,8 +20,14 @@
   #IDE_VER can be VC6 or VC7
   IDE_VER=VC6
   
  +#COMPILER_VER
  +COMPILER_VER=msvc_60
  +
   #BITS accepts Win32 or Win64
  -BITS=Win32
  +BITS=win32
  +
  +#WINOS accepts xp, 2000, or nt
  +WINOS=nt
   
   #Can be Debug,Release or Both
   INSTALL_MODE=Both
  @@ -30,13 +36,12 @@
   XSLT_DLL_NAME=$(PROJECT_NAME)_$(VER)
   MSGLIB_DLL_NAME=$(MSGLIB_PREFIX)_$(VER)
   
  -PACKAGE_NAME=$(XSLT_DLL_NAME)_$(IDE_VER)_$(BITS)
  -
  +PACKAGE_NAME=$(XSLT_DLL_NAME)-windows_$(WINOS)_$(COMPILER_VER)
   
   MKDIR=mkdir
   MOVE=move
   COPY=xcopy /Q /S /Y /I
   FILECOPY=xcopy 
   RMDIR=rmdir /Q /S
  -ZIP=wzzip -q -p -r
  +ZIP=zip -q -r
   RM=erase /Q
  
  
  

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