~ubuntu-branches/ubuntu/maverick/myodbc/maverick

« back to all changes in this revision

Viewing changes to test/my_prepare.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-08-22 16:33:38 UTC
  • mfrom: (8.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090822163338-hk20waarchbhyn1v
Tags: 3.51.27r695-1
* New upstream release
  - Drop use of wrong, non-standard 'gptr' type.
* Fix dependence on 'bool' type, correcting build failure with
  libmysqlclient16.  Closes: #542845.
* Add a Homepage: field, since the mysql website makes it impossible to
  use a watch file directly.
* Update to Standards-Version 3.8.3 (no changes required).
* Build-depend on libmysqlclient-dev instead of libmysqlclient15-dev.
* Convert debian/rules to dh 7, bump debian/compat to 7, and build-depend
  on debhelper (>= 7.0.50) for override rules support.
* Build-depend on autotools-dev to always have a current config.sub.
  Closes: #542073.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# #########################################################
2
 
#
3
 
# Build individual test
4
 
#
5
 
# #########################################################
6
 
 
7
 
# #########################################################
8
 
# COMMON
9
 
# #########################################################
10
 
TEMPLATE                = app
11
 
TARGET                  = my_prepare
12
 
DESTDIR                 = bin
13
 
include( ../common.pri )
14
 
include( ../config.pri )
15
 
CONFIG                  += console
16
 
include( ../defines.pri )
17
 
include( ../odbc.pri )
18
 
 
19
 
# #########################################################
20
 
# WIN
21
 
# #########################################################
22
 
win32 {
23
 
        INCLUDEPATH       += include
24
 
#        LIBS              += ..\xx\yyy.lib
25
 
}
26
 
 
27
 
# #########################################################
28
 
# FILES
29
 
# #########################################################
30
 
HEADERS                 = mytest3.h odbctap.h
31
 
SOURCES                 = my_prepare.pro
32