~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/breakpad/breakpad.pro

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    
22
22
    SOURCES -= external/src/client/mac/handler/minidump_generator_test.cc
23
23
    SOURCES -= external/src/client/mac/handler/exception_handler_test.cc
24
 
    
 
24
    SOURCES -= external/src/client/mac/handler/breakpad_nlist_test.cc
 
25
 
25
26
    LIBS += -lcrypto
26
27
}
27
28
 
28
29
win32 {
29
30
    SOURCES += external/src/client/windows/handler/exception_handler.cc
 
31
    SOURCES += external/src/client/windows/crash_generation/crash_generation_client.cc
30
32
    SOURCES += external/src/common/windows/guid_string.cc
31
33
 
32
34
    LIBS += ole32.lib
33
35
    
34
 
    INCLUDEPATH += $$(VSDIR)/vc/atlmfc/include
35
 
    
36
36
    DEFINES += BREAKPAD_DLLEXPORT_PRO
37
37
}
38
38
 
41
41
    SOURCES += $$SYSTEM( find external/src/common/linux -name \*.cc -o -name \*.c )
42
42
 
43
43
    SOURCES += external/src/common/md5.c
44
 
}
 
 
b'\\ No newline at end of file'
 
44
}