~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to nt/makefile.w32-in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2
2
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3
 
#    2008 Free Software Foundation, Inc.
 
3
#    2008, 2009 Free Software Foundation, Inc.
4
4
#
5
5
# Top level makefile for building GNU Emacs on Windows NT
6
6
#
36
36
addpm:            stamp_BLD $(BLD)/addpm.exe
37
37
$(BLD)/addpm.exe: $(BLD)/addpm.$(O)
38
38
                  $(LINK) $(LINK_OUT)$@ \
39
 
                  $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)
 
39
                  $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) \
 
40
                  $(USER32) $(OLE32) $(UUID) $(SHELL32)
40
41
 
41
42
ddeclient:        stamp_BLD $(BLD)/ddeclient.exe
42
43
$(BLD)/ddeclient.exe: $(BLD)/ddeclient.$(O)