From 88027ef32c100ddf2bc30a26aaf01b3046586d9b Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 6 Mar 2003 10:28:06 +0000 Subject: [PATCH] Patch level : no patch Files correlati : Ricompilazione Demo : [ ] Commento : Modifacti gli scriprt per le maschere etc git-svn-id: svn://10.65.10.50/trunk@10892 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- projects/frm32.bat | 10 +++++----- projects/ini32.bat | 16 +++++++++------- projects/msk232.bat | 17 +++++++++-------- projects/msk32.bat | 10 +++++----- projects/rpt32.bat | 10 +++++----- 5 files changed, 33 insertions(+), 30 deletions(-) diff --git a/projects/frm32.bat b/projects/frm32.bat index 714efe01f..2e7479bf4 100755 --- a/projects/frm32.bat +++ b/projects/frm32.bat @@ -1,14 +1,14 @@ rem @echo off echo Compiling %1 into %2 -copy ..\include\lffiles.h+%1 c:\temp\tmp.frm +copy ..\include\lffiles.h+%1 %TMP%\tmp.tmp set oldinc=%include set include=..\include;..\ba;..\ce;..\cg;..\cm;..\db;..\m770;..\mg;..\mr;..\or;..\pr;..\sv;..\ve -cl.exe /nologo /EP c:\temp\tmp.frm > c:\temp\pippo.txt +cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.frm set include=%oldinc set oldinc= -c:\cvs\fastrip.exe c:\temp\pippo.txt %2 -del /q c:\temp\pippo.txt -del /q c:\temp\tmp.frm +fastrip %TMP%\tmp.frm %2 +del %TMP%\tmp.tmp +del %TMP%\tmp.frm diff --git a/projects/ini32.bat b/projects/ini32.bat index 40385d4a1..1d70af4b5 100755 --- a/projects/ini32.bat +++ b/projects/ini32.bat @@ -1,16 +1,18 @@ @echo off echo Generating %1 ini file -copy ..\include\lffiles.h+%1 c:\temp\tmp.src +copy ..\include\lffiles.h+%1 %TMP%\tmp.tmp set oldinc=%include set include=..\include;..\ve -cl.exe /nologo /EP c:\temp\tmp.src > c:\temp\pippo.txt +cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.ini set include=%oldinc set oldinc= -c:\cvs\fastrip.exe c:\temp\pippo.txt %2 -del /q c:\temp\pippo.txt -del /q c:\temp\tmp.src +fastrip.exe %TMP%\tmp.ini %2 +del %TMP%\tmp.ini +del %TMP%\tmp.tmp -cd c:\u\luca\r020200\exe + +cd %@PATH[%2] echo Generating %2 msk file -ve0.exe -3 %2 -f /uADMIN \ No newline at end of file +ve0 -3 %@NAME[%2] -f /uADMIN +cd %@PATH[%1] diff --git a/projects/msk232.bat b/projects/msk232.bat index fde6858f3..266802e73 100755 --- a/projects/msk232.bat +++ b/projects/msk232.bat @@ -1,16 +1,17 @@ rem @echo off echo Compiling %1 into %2 -copy ..\include\uml.h+%1 c:\temp\tmp.uml +copy ..\include\uml.h+%1 %TMP%\tmp.uml set oldinc=%include set include=..\include;..\xvaga;..\ve -cl.exe /nologo /EP c:\temp\tmp.uml > c:\temp\pippo.txt -c:\cvs\patchdef.exe c:\temp\tmp.msk -copy ..\include\uml.h+c:\temp\tmp.msk c:\temp\tmp.uml -cl.exe /nologo /EP c:\temp\tmp.uml > c:\temp\pippo.txt +cl /nologo /EP %TMP%\tmp.uml >%TMP%\tmp.tmp +patchdef <%TMP%\tmp.tmp >%TMP%\tmp.msk +copy ..\include\uml.h+%TMP%\tmp.msk %TMP%\tmp.uml +cl /nologo /EP %TMP%\tmp.uml >%TMP%\tmp.msk set include=%oldinc set oldinc= -c:\cvs\fastrip.exe c:\temp\pippo.txt %2 -del /q c:\temp\tmp.uml -del /q c:\temp\pippo.txt +fastrip %TMP%\tmp.msk %2 +del %TMP%\tmp.uml +del %TMP%\tmp.tmp +del %TMP%\tmp.msk diff --git a/projects/msk32.bat b/projects/msk32.bat index 11f39ff7c..93993adc1 100755 --- a/projects/msk32.bat +++ b/projects/msk32.bat @@ -1,14 +1,14 @@ rem @echo off echo Compiling %1 into %2 -copy ..\include\uml.h+%1 c:\temp\tmp.uml +copy ..\include\uml.h+%1 %TMP%\tmp.tmp set oldinc=%include set include=..\include;..\ba;..\ce;..\cg;..\cm;..\db;..\ef;..\in;..\m770;..\mg;..\mr;..\or;..\pr;..\sc;..\sv;..\ve;..\xvaga -cl.exe /nologo /EP c:\temp\tmp.uml > c:\temp\pippo.txt +cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.msk set include=%oldinc set oldinc= -c:\cvs\fastrip.exe c:\temp\pippo.txt %2 -del /q c:\temp\pippo.txt -del /q c:\temp\tmp.uml +fastrip %TMP%\tmp.msk %2 +del %TMP%\tmp.msk +del %TMP%\tmp.tmp diff --git a/projects/rpt32.bat b/projects/rpt32.bat index 2df495a95..fe687e709 100755 --- a/projects/rpt32.bat +++ b/projects/rpt32.bat @@ -1,15 +1,15 @@ @echo off echo Compiling %1 into %2 -copy ..\include\lffiles.h+%1 c:\temp\tmp.rep +copy ..\include\lffiles.h+%1 %TMP%\tmp.tmp set oldinc=%include set include=..\include;..\ba;..\ce;..\cg;..\db;..\ef;..\in;..\m770;..\mg;..\mr;..\or;..\pr;..\sc;..\sv;..\ve;..\xvaga -cl.exe /nologo /EP c:\temp\tmp.rep > c:\temp\pippo.txt +cl /nologo /EP %TMP%\tmp.tmp > %TMP%\tmp.rpt set include=%oldinc set oldinc= -c:\cvs\fastrip.exe c:\temp\pippo.txt %2 -del /q c:\temp\pippo.txt -del /q c:\temp\tmp.rep +fastrip %TMP%\tmp.rpt %2 +del %TMP%\tmp.tmp +del %TMP%\tmp.rpt