@echo off rem This file should be called by fit. use: fit pldx for same result rem ************************************************************************ rem These scripts expects the following environment [change paths to suit]: rem rem path += c:\dev_tools\machxl62;c:\dev_tools\nMake; c:\dev_tools\vantispro\ rem minc_path = c:\dev_tools\machxl62 rem lm_license_file = c:\flexlm\license.dat rem rem ************************************************************************ rem @echo on if not exist .\%1\%1.src goto nosuchfile_fitone echo. echo Starting on %1 echo ------------------------------------------------------------- cd %1 time /T >> ..\fit.log nmake /NOLOGO /f %1.make IF errorlevel 1 @echo %1 has ERRORS >> ..\fit.log if not errorlevel 1 @echo %1.j1 is up to date >> ..\fit.log echo. >> ..\fit.log cd .. goto end_fitone :nosuchfile_fitone echo ERROR: %1.src does not exist! echo. :end_fitone