~ubuntu-branches/ubuntu/raring/gift-gnutella/raring

« back to all changes in this revision

Viewing changes to Makefile.msvc

  • Committer: Bazaar Package Importer
  • Author(s): Göran Weinholt
  • Date: 2005-07-31 13:56:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050731135653-3i7bcwnrbe7wfd1i
Tags: 0.0.10.1-1
* New upstream version.
  - Fixes FTBFS with gcc-4.0 (closes: #286732).
* Updated debian/patches/update-gwebcaches.patch.
* Updated debian/patches/remove-too-old-check.patch.
* debian/control:
  - Change the encoding of my name to UTF-8.
  - Updated to Standards-Version: 3.6.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.msvc,v 1.10 2003/11/01 06:33:34 hipnod Exp $
 
1
# $Id: Makefile.msvc,v 1.12 2004/11/11 17:56:04 mkern Exp $
2
2
# Microsoft Visual C++ 6.0 makefile
3
3
# see README.msvc for usage
4
4
 
24
24
 
25
25
 
26
26
win32-dist: all
27
 
        @-md $(BUILD_ROOT)\win32-dist\Gnutella
28
27
        @-md $(BUILD_ROOT)\win32-dist\data\Gnutella
 
28
        @for %f in ($(DIST_DLLS)) DO copy %f $(BUILD_ROOT)\win32-dist
29
29
        @copy data\Gnutella.conf $(BUILD_ROOT)\win32-dist\data\Gnutella\Gnutella.conf
30
30
        @copy data\gwebcaches    $(BUILD_ROOT)\win32-dist\data\Gnutella\gwebcaches
31
31
        @copy data\hostiles.txt  $(BUILD_ROOT)\win32-dist\data\Gnutella\hostiles.txt