1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/misc/Imakefile
Alexandre Julliard 3a5816f87e Release 941227
Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

	* [*/Imakefile]
	All objects files are now kept in their respective directory.

	* [README]
	Rewrote most of it.

	* [objects/bitblt.c]
	Rewrote BitBlt() to look right in every case, while minimizing
	the impact on performance. Not really finished yet.

	* [objects/bitmap.c] [objects/dc.c]
	Fixed bug with pattern brushes.

	* [objects/clipping.c] [windows/painting.c]
	Fixes for logical coordinates.

	* [objects/color.c] [windows/graphics.c]
	Fixed GetPixel() to return the correct color, and made it faster.

	* [objects/region.c]
	Fixed bug in CombineRgn() when one of the region is empty.

Fri Dec 22 01:42:57 MET 1994		  Dag Asheim (dash@ifi.uio.no)

	* [Configure]
	Don't assume that expr handles '==', use '=' instead.
	Give a (hopefully informative) message if imake fails.
1994-12-27 14:11:53 +00:00

37 lines
419 B
Text

#include "../Wine.tmpl"
MODULE = misc
SRCS = \
atom.c \
clipboard.c \
comm.c \
commdlg.c \
dos_fs.c \
driver.c \
exec.c \
escape.c \
file.c \
keyboard.c \
lstr.c \
main.c \
message.c \
network.c \
profile.c \
property.c \
rect.c \
shell.c \
sound.c \
spy.c \
stress.c \
user.c \
winsocket.c
OBJS = $(SRCS:.c=.o)
WineRelocatableTarget($(MODULE),,$(OBJS))
DependTarget()
includes::
install::