~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/interface.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2011-08-06 14:07:50 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110806140750-eexnm3ch307onw2j
Tags: 3.5.0-0ubuntu1
* Package taken from Debian's git, not yet uploaded to Debian
* New upstream release (Closes: #630687, LP: #791550)
   - Closes: #624057 (use of GnuTLS deprecated functions)
* debian/rules: fixed typo in "override_dh_installchangelogs" (upstream
  changelog was not installed anymore due to this)
* Updated debian/patches/01_remove-xdg-check.patch to apply correctly
* Added libsqlite3-dev to build-deps as it's needed now
* Updated Standards-Version to 3.9.2, no change needed
* Added debian/patches/02_dbus_utf8.patch: fixes a crash with some locales,
  committed upstream after 3.5.0, written by Nobuhiro Ban, thanks!
  (Closes: #631718)

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                        />
81
81
                        <Tool
82
82
                                Name="VCLinkerTool"
83
 
                                AdditionalDependencies="libgnutls-26.lib libidn.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\lib\engine_unicode_debug.lib Netapi32.lib Winmm.lib Ws2_32.lib mpr.lib"
 
83
                                AdditionalDependencies="libgnutls-26.lib libidn.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\lib\engine_unicode_debug.lib Netapi32.lib Winmm.lib Ws2_32.lib mpr.lib sqlite3.lib"
84
84
                                OutputFile="..\bin\FileZilla_unicode_dbg.exe"
85
85
                                LinkIncremental="2"
86
86
                                SuppressStartupBanner="true"
182
182
                        />
183
183
                        <Tool
184
184
                                Name="VCLinkerTool"
185
 
                                AdditionalDependencies="libgnutls-26.lib libidn.lib wsock32.lib odbc32.lib odbccp32.lib comctl32.lib ..\lib\engine_unicode.lib Netapi32.lib Winmm.lib Ws2_32.lib mpr.lib"
 
185
                                AdditionalDependencies="libgnutls-26.lib libidn.lib wsock32.lib odbc32.lib odbccp32.lib comctl32.lib ..\lib\engine_unicode.lib Netapi32.lib Winmm.lib Ws2_32.lib mpr.lib sqlite3.lib"
186
186
                                OutputFile="../bin/FileZilla_unicode.exe"
187
187
                                LinkIncremental="1"
188
188
                                SuppressStartupBanner="true"
507
507
                                >
508
508
                        </File>
509
509
                        <File
 
510
                                RelativePath=".\queue_storage.cpp"
 
511
                                >
 
512
                        </File>
 
513
                        <File
510
514
                                RelativePath=".\QueueView.cpp"
511
515
                                >
512
516
                        </File>
555
559
                                >
556
560
                        </File>
557
561
                        <File
 
562
                                RelativePath=".\sitemanager_dialog.cpp"
 
563
                                >
 
564
                        </File>
 
565
                        <File
558
566
                                RelativePath=".\sizeformatting.cpp"
559
567
                                >
560
568
                        </File>
591
599
                                >
592
600
                        </File>
593
601
                        <File
 
602
                                RelativePath=".\timeformatting.cpp"
 
603
                                >
 
604
                        </File>
 
605
                        <File
594
606
                                RelativePath=".\toolbar.cpp"
595
607
                                >
596
608
                        </File>
908
920
                                >
909
921
                        </File>
910
922
                        <File
 
923
                                RelativePath=".\queue_storage.h"
 
924
                                >
 
925
                        </File>
 
926
                        <File
911
927
                                RelativePath=".\QueueView.h"
912
928
                                >
913
929
                        </File>
960
976
                                >
961
977
                        </File>
962
978
                        <File
 
979
                                RelativePath=".\sitemanager_dialog.h"
 
980
                                >
 
981
                        </File>
 
982
                        <File
963
983
                                RelativePath=".\sizeformatting.h"
964
984
                                >
965
985
                        </File>
1000
1020
                                >
1001
1021
                        </File>
1002
1022
                        <File
 
1023
                                RelativePath=".\timeformatting.h"
 
1024
                                >
 
1025
                        </File>
 
1026
                        <File
1003
1027
                                RelativePath=".\toolbar.h"
1004
1028
                                >
1005
1029
                        </File>
1153
1177
                                >
1154
1178
                        </File>
1155
1179
                </Filter>
1156
 
                <File
1157
 
                        RelativePath=".\ClassDiagram1.cd"
1158
 
                        >
1159
 
                </File>
1160
1180
        </Files>
1161
1181
        <Globals>
1162
1182
        </Globals>