~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to dlls/user.exe16/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SRCDIR    = @srcdir@
4
4
VPATH     = @srcdir@
5
5
MODULE    = user.exe16
6
 
IMPORTS   = user32 gdi32 kernel32 kernel ntdll
 
6
IMPORTS   = mpr user32 gdi32 kernel32 kernel ntdll
7
7
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,user32.dll,--heap,65520
8
8
EXTRARCFLAGS  = -O res16
9
9