~ubuntu-branches/ubuntu/natty/pygame/natty

« back to all changes in this revision

Viewing changes to test/util/build_page/libs/build_client/config/build_py25_exe.template

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 17:02:11 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114170211-21eop2ja7mr9vdcr
Tags: 1.9.1release-0ubuntu1
* New upstream version (lp: #433304)
* debian/control:
  - build-depends on libportmidi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
python_path=C:/Python25/python.exe
 
3
 
 
4
; Added to the default build_cmd (set in buildpage\config.py)
 
5
extra_build_flags=--compiler=mingw32
 
6
 
 
7
; Added to the default test_cmd (set in buildpage\config.py)
 
8
extra_test_flags=-s -F ../../output/test_results_dict.txt
 
9
 
 
10
; Sent to trunk\config.py as answers to questions (Y|N) 
 
11
; eg Y\nY\nY\n translates to Y, Enter, Y, Enter, Y, Enter
 
12
config_py_interaction = N\nN\nY\nY\n
 
13
 
 
14
; Determines which installer setup.py will make
 
15
make_package=bdist_wininst
 
16
package_mask=*.exe
 
17
 
 
18
; TODO:
 
19
test_dir_subpath=Lib/site-packages
 
20
 
 
21
[build_env]
 
22
; Anything in this will (be merged with | overide) os.environ
 
23
; Can use string interpolation %(var)s from [DEFAULT]
 
24
 
 
25
; PYTHONPATH=
 
26
; PATH=
 
27
; TMP=
 
 
b'\\ No newline at end of file'