~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to wiretap/Makefile.nmake

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile.nmake 17365 2006-02-22 06:06:21Z etxrab $
 
2
# $Id: Makefile.nmake 20403 2007-01-12 05:47:12Z ulfl $
3
3
#
4
4
 
5
5
include ..\config.nmake
17
17
.c.obj::
18
18
        $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
19
19
 
20
 
OBJECTS=$(NONGENERATED_C_FILES:.c=.obj) $(GENERATED_C_FILES:.c=.obj)
 
20
OBJECTS=$(NONGENERATED_C_FILES:.c=.obj) $(GENERATED_C_FILES:.c=.obj) file_util.obj
21
21
 
22
22
wiretap_LIBS = \
23
23
        $(GLIB_LIBS)    \
57
57
                wiretap-*.lib \
58
58
                wiretap-*.exp \
59
59
                wiretap-*.dll \
60
 
                $(PDB_FILE)
 
60
                wiretap-*.dll.manifest \
 
61
                wiretap-*.pdb
61
62
 
62
63
#
63
64
# We remove the generated files with "distclean" because one of them,