~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to vc/installexrstdattr.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
set deploypath=..\..\..\..\..\..\Deploy
 
3
 
 
4
if not exist %deploypath% mkdir %deploypath%
 
5
 
 
6
set intdir=%1%
 
7
if %intdir%=="" set intdir=Release
 
8
set instpath=%deploypath%\bin\%intdir%
 
9
echo Installing into %instpath%
 
10
if not exist %instpath% mkdir %instpath%
 
11
copy ..\%intdir%\exrstdattr.exe %instpath%