~ubuntu-branches/ubuntu/natty/wine1.3/natty

« back to all changes in this revision

Viewing changes to dlls/ddrawex/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2011-03-09 05:50:55 UTC
  • Revision ID: james.westby@ubuntu.com-20110309055055-oc6dml4hruy8wa4r
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TESTDLL   = ddrawex.dll
 
2
IMPORTS   = user32 gdi32
 
3
 
 
4
C_SRCS = \
 
5
        ddrawex.c \
 
6
        surface.c
 
7
 
 
8
@MAKE_TEST_RULES@