Subversion Repositories filter_foundry

Rev

Rev 492 | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. echo off
  2.  
  3. cd /d "%~dp0"
  4.  
  5. rem Call before.bat now, otherwise we might get the error message that y.tab.h is missing
  6. rem It is NOT enough to let Watcom call before.bat, because before.bat is executed too late.
  7. call before.bat
  8.  
  9. del *.mk *.mk1 *.obj *.lib *.map *.dll *.8bf *.err *.lk1 *.res
  10. ide2make filterfoundry.tgt
  11.  
  12. set PSSDK=..\photoshop_sdk\pluginsdk
  13. set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
  14.  
  15. wmake -f project.mk
  16.  
  17. cd /d "%~dp0"
  18. rem dir *.8bf
  19.  
  20. echo.
  21. echo.
  22. echo.
  23. echo Finished. Please check console output.
  24. pause.
  25.