Subversion Repositories filter_foundry

Rev

Rev 492 | Go to most recent revision | 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. del *.mk *.mk1 *.obj *.lib *.map *.dll *.8bf *.err *.lk1 *.res
  6. ide2make filterfoundry.tgt
  7.  
  8. set PSSDK=..\photoshop_sdk\pluginsdk
  9. set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
  10.  
  11. wmake -f project.mk
  12.  
  13. cd /d "%~dp0"
  14. rem dir *.8bf
  15.  
  16. echo.
  17. echo.
  18. echo.
  19. echo Finished. Please check console output.
  20. pause.
  21.