~ubuntu-branches/ubuntu/feisty/openbabel/feisty

« back to all changes in this revision

Viewing changes to src/borland.bat

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-05-14 19:46:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060514194601-h3j1wovvc42cigxl
Tags: 2.0.1-1
* New upstream release. (Closes: #341628)
* debian/patches/04_zipstream_fix.diff: Removed, applied upstream.
* debian/rules (DEB_MAKE_CHECK_TARGET): Readded.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@REM compile with Borland free commandline compiler
2
 
@REM edit the directory
3
 
@SET BORLAND=C:\borland
4
 
 
5
 
REM %BORLAND%\bcc55\bin\bcc32 -DDATADIR=\".\" -w-8004 -w-8008 -w-8012 -w-8022 -w-8026 -w-8027 -w-8060 -w-8066 -w-8057 -I%BORLAND%\bcc55\include -L%BORLAND%\bcc55\Lib -ebabel.exe *.cpp math\*.cpp
6
 
 
7
 
%BORLAND%\bcc55\bin\bcc32 -DDATADIR=\".\" -w-8004 -w-8022 -w-8026 -w-8027  -w-8057 -I%BORLAND%\bcc55\include -L%BORLAND%\bcc55\Lib -ebabel.exe *.cpp math\*.cpp
8
 
 
9
 
 
10