| #include "../Wine.tmpl" | |
| MODULE = windows | |
| SRCS = \ | |
| caret.c \ | |
| class.c \ | |
| cursor.c \ | |
| dce.c \ | |
| defdlg.c \ | |
| defwnd.c \ | |
| dialog.c \ | |
| event.c \ | |
| focus.c \ | |
| graphics.c \ | |
| hook.c \ | |
| keyboard.c \ | |
| mapping.c \ | |
| mdi.c \ | |
| message.c \ | |
| msgbox.c \ | |
| nonclient.c \ | |
| painting.c \ | |
| property.c \ | |
| scroll.c \ | |
| syscolor.c \ | |
| sysmetrics.c \ | |
| timer.c \ | |
| utility.c \ | |
| win.c \ | |
| winpos.c | |
| OBJS = $(SRCS:.c=.o) | |
| WineRelocatableTarget($(MODULE),,$(OBJS)) | |
| DependTarget() | |
| includes:: | |
| install:: |