~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to solfegedebug.bat

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
1
2
rem GNU Solfege - free eartraining
2
 
rem Copyright (C) 2008  Tom Cato Amundsen
 
3
rem Copyright (C) 2008, 2009  Tom Cato Amundsen
3
4
rem
4
5
 
 
6
 
 
7
if exist configure.ac goto infomsg
 
8
 
 
9
:runsolfege
5
10
..\python\python.exe solfege --debug
 
11
goto end
 
12
:infomsg
 
13
echo.
 
14
echo This script should only be run when installed into the win32 folder
 
15
echo or after the generated installer is installed.
 
16
echo If you want to run Solfege from the source directory without installing,
 
17
echo then you should run runsrcdir.bat
 
18
echo.
 
19
:end
6
20
pause