~ubuntu-branches/ubuntu/quantal/aqsis/quantal

« back to all changes in this revision

Viewing changes to examples/features/objectinstance/render.bat

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-06 04:53:26 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806045326-z6xeaaao62idxcc6
Tags: 1.6.0-0ubuntu1
* New upstream release
* debian/control:
  - changed name of lib package to libaqsis1 instead of aqsis-libsc2a
  - changed name of dev package to libaqsis-dev instead of aqsis-libs-dev
  - Added aqsis-data package
  - Revised summary text according to that specified by the RISpec (Pixar)
* Moved examples installation from aqsis.install to aqsis-data.install
* debian/rules: 
  - added content to binary-indep target
* debian/rules: added explicit name of mime file to force dh_installmime
  to generate postinst and prerm scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@ECHO OFF
 
2
 
 
3
REM ***Render files***
 
4
 
 
5
ECHO === Rendering File(s) ===
 
6
ECHO.
 
7
aqsis.exe -progress "singlepolygon.rib"
 
8
IF ERRORLEVEL 0 GOTO end
 
9
 
 
10
 
 
11
REM ***Error reporting***
 
12
 
 
13
:error
 
14
ECHO.
 
15
ECHO.
 
16
ECHO An error occured, please read messages !!!
 
17
PAUSE
 
18
EXIT
 
19
:end