mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
32459912dc
it can be used on platforms that don't build a .spec.c file.
16 lines
255 B
Makefile
16 lines
255 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = uninstaller
|
|
IMPORTS = user32.dll gdi32.dll advapi32.dll kernel32.dll ntdll.dll
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|