~ubuntu-branches/ubuntu/lucid/qct/lucid

« back to all changes in this revision

Viewing changes to win32/qct.iss

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Danjean
  • Date: 2009-04-06 15:11:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090406151132-b8b4mz5dxqe2spzy
Tags: 1.7-1
* New Upstream Version
  + 1.7 Added 'reverse by status' sort, and bug fixes for svn and hg
  + 1.6 fixes a number of bugs
* Adapt for new python-support (Closes: #517305)
* debian/patches:
  + remove deb_specific__fix_syntax_for_python2.4.patch [applied upstream]

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
 
4
4
#define MyAppName "qct"
5
 
#define MyAppVerName "Qct-1.5"
 
5
#define MyAppVerName "Qct-1.7"
6
6
#define MyAppPublisher "Steve Borho"
7
7
#define MyAppURL "http://qct.sourceforge.net/"
8
8
#define MyAppExeName "qct.exe"
29
29
[Files]
30
30
Source: ..\dist\qct.exe; DestDir: {app}; Flags: ignoreversion
31
31
Source: ..\dist\library.zip; DestDir: {app}; Flags: ignoreversion
32
 
Source: ..\dist\MSVCR71.dll; DestDir: {app}; Flags: ignoreversion
 
32
Source: ..\dist\*.dll; DestDir: {app}; Flags: ignoreversion
 
33
Source: ..\dist\*.pyd; DestDir: {app}; Flags: ignoreversion
33
34
Source: ..\dist\w9xpopen.exe; DestDir: {app}; Flags: ignoreversion
34
 
Source: ..\dist\mercurial\*; DestDir: {app}\mercurial; Flags: ignoreversion recursesubdirs createallsubdirs
35
 
Source: ..\plugins\qct.py; DestDir: {app}\mercurial; Flags: ignoreversion
36
 
Source: ..\dist\qct\*; DestDir: {app}\docs; Flags: ignoreversion
 
35
;Source: ..\dist\mercurial\*; DestDir: {app}\mercurial; Flags: ignoreversion recursesubdirs createallsubdirs
 
36
Source: ..\hgext\qct.py; DestDir: {app}\mercurial; Flags: ignoreversion
 
37
;Source: ..\dist\qct\*; DestDir: {app}\docs; Flags: ignoreversion
37
38
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
38
39
 
39
40
[Icons]