~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/Make.bat

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@echo off
2
 
 
3
 
if "%1"=="check" GOTO CHECK
4
 
if "%1"=="clean" GOTO CLEAN
5
 
 
6
 
copy /y Win32\sndfile.h src\sndfile.h
7
 
copy /y Win32\config.h src\config.h
8
 
 
9
 
nmake -f Win32\Makefile.msvc
10
 
goto END
11
 
 
12
 
 
13
 
:CHECK
14
 
nmake -f Win32\Makefile.msvc check
15
 
goto END
16
 
 
17
 
:CLEAN
18
 
nmake -f Win32\Makefile.msvc clean
19
 
goto END
20
 
 
21
 
 
22
 
:END
23
 
 
24
 
 
25
 
goto skipArchTag
26
 
 
27
 
 Do not edit or modify anything in this comment block.
28
 
 The arch-tag line is a file identity tag for the GNU Arch 
29
 
 revision control system.
30
 
 
31
 
 arch-tag: 8700080b-8d9a-4852-ad8a-8ecd027f1f61
32
 
 
33
 
:skipArchTag