~ubuntu-branches/ubuntu/vivid/wine/vivid

« back to all changes in this revision

Viewing changes to programs/wordpad/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-05-30 08:48:53 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530084853-eoabeo8m5ai49vb5
Tags: 1.0-rc3-1ubuntu1
* New upstream release
  - Bugfixes only due to feature freeze pending 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SRCDIR    = @srcdir@
4
4
VPATH     = @srcdir@
5
5
MODULE    = wordpad.exe
6
 
APPMODE   = -mwindows
7
 
IMPORTS   = comdlg32 shell32 user32 gdi32 msvcrt advapi32 kernel32 comctl32
 
6
APPMODE   = -mwindows -mno-cygwin
 
7
IMPORTS   = comdlg32 shell32 user32 gdi32 advapi32 kernel32 comctl32
8
8
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9
9
EXTRADEFS = -DNO_LIBWINE_PORT
10
10
MODCFLAGS = @BUILTINFLAG@