[Sphere-axis-commits] CVS: Axis install.bat,NONE,1.1 Drewsky.dsp,1.23,1.24
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2002-05-12 18:58:23
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv22138 Modified Files: Drewsky.dsp Added Files: install.bat Log Message: Incorporating patches by Phantom (piotrbanasik) --- NEW FILE: install.bat --- @echo off rem %1 is the build type (to get the path to the files) rem %2 is the build type for the OCX controls rem %3 is the build type for AMPATCH.exe echo Installing... md install copy %1\axis.exe install\ copy axis.txt install\ copy hlp\axis.hlp install\ copy hlp\axis.cnt install\ copy ..\axissvr\gwhogsvr\axissvr.exe install\ copy ..\axissvr\axissvr.cfg install\ copy ..\UOMap\%2\UOMap.ocx install\ copy ..\UOArt\%2\UOArt.ocx install\ copy AMPatch\%3\AMPatch.exe install\ copy LICENSE install\ Index: Drewsky.dsp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Drewsky.dsp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** Drewsky.dsp 12 May 2002 16:23:59 -0000 1.23 --- Drewsky.dsp 12 May 2002 18:58:18 -0000 1.24 *************** *** 59,63 **** # Begin Special Build Tool SOURCE="$(InputPath)" ! PostBuild_Cmds=copy Release\axis.exe install\ copy axis.txt install\ copy hlp\axis.hlp install\ copy hlp\axis.cnt install\ copy ..\axissvr\gwhogsvr\axissvr.exe install\ copy ..\axissvr\axissvr.cfg install\ copy ..\UOMap\Release\UOMap.ocx install\ copy ..\UOArt\Release\UOArt.ocx install\ copy AMPatch\Release\AMPatch.exe install\ copy LICENSE install\ # End Special Build Tool --- 59,63 ---- # Begin Special Build Tool SOURCE="$(InputPath)" ! PostBuild_Cmds=install.bat Release Release Release # End Special Build Tool *************** *** 118,122 **** SOURCE="$(InputPath)" PostBuild_Desc=Moving files to install directory ! PostBuild_Cmds=copy Release\axis.exe install\ copy axis.txt install\ copy hlp\axis.hlp install\ copy hlp\axis.cnt install\ copy ..\axissvr\gwhogsvr\axissvr.exe install\ copy ..\axissvr\axissvr.cfg install\ # End Special Build Tool --- 118,122 ---- SOURCE="$(InputPath)" PostBuild_Desc=Moving files to install directory ! PostBuild_Cmds=install.bat Release Release Release # End Special Build Tool *************** *** 977,985 **** # End Target # End Project - # Section drewsky : {2B360722-F116-4004-A71A-5E14B4C4873E} - # 2:5:Class:CUOMap - # 2:10:HeaderFile:uomap.h - # 2:8:ImplFile:uomap.cpp - # End Section # Section drewsky : {EF8782A5-4E77-4990-A8C7-0E28C52E90CF} # 2:5:Class:CUOArt --- 977,980 ---- *************** *** 987,996 **** # 2:8:ImplFile:uoart.cpp # End Section # Section drewsky : {0904F7B3-2339-44C9-857C-6EB6CFEFA3B6} # 2:21:DefaultSinkHeaderFile:uoart.h # 2:16:DefaultSinkClass:CUOArt # End Section ! # Section drewsky : {2AC21540-4C63-4663-BF24-D1DBD9205223} ! # 2:21:DefaultSinkHeaderFile:uomap.h ! # 2:16:DefaultSinkClass:CUOMap # End Section --- 982,996 ---- # 2:8:ImplFile:uoart.cpp # End Section + # Section drewsky : {2AC21540-4C63-4663-BF24-D1DBD9205223} + # 2:21:DefaultSinkHeaderFile:uomap.h + # 2:16:DefaultSinkClass:CUOMap + # End Section # Section drewsky : {0904F7B3-2339-44C9-857C-6EB6CFEFA3B6} # 2:21:DefaultSinkHeaderFile:uoart.h # 2:16:DefaultSinkClass:CUOArt # End Section ! # Section drewsky : {2B360722-F116-4004-A71A-5E14B4C4873E} ! # 2:5:Class:CUOMap ! # 2:10:HeaderFile:uomap.h ! # 2:8:ImplFile:uomap.cpp # End Section |