|
From: <de...@us...> - 2003-05-13 07:27:11
|
Update of /cvsroot/csp/APPLICATIONS/SimData/VisualStudio In directory sc8-pr-cvs1:/tmp/cvs-serv32637 Modified Files: SimData.vcproj Log Message: no message Index: SimData.vcproj =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/VisualStudio/SimData.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** SimData.vcproj 25 Apr 2003 12:03:51 -0000 1.6 --- SimData.vcproj 13 May 2003 07:27:08 -0000 1.7 *************** *** 55,59 **** TypeLibraryName=".\Release/SimData.tlb"/> <Tool ! Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> --- 55,60 ---- TypeLibraryName=".\Release/SimData.tlb"/> <Tool ! Name="VCPostBuildEventTool" ! CommandLine="copy /Y cSimData.py ..\SimData"/> <Tool Name="VCPreBuildEventTool"/> *************** *** 114,118 **** TypeLibraryName=".\Debug/SimData.tlb"/> <Tool ! Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> --- 115,120 ---- TypeLibraryName=".\Debug/SimData.tlb"/> <Tool ! Name="VCPostBuildEventTool" ! CommandLine="copy /Y cSimData.py ..\SimData"/> <Tool Name="VCPreBuildEventTool"/> *************** *** 204,210 **** <File RelativePath="..\Source\Real.cpp"> - </File> - <File - RelativePath="..\Source\Ref.cpp"> </File> <File --- 206,209 ---- |