wine-wine/programs/reg/Makefile.in

12 lines
165 B
Makefile
Raw Normal View History

2008-03-19 06:36:28 +00:00
MODULE = reg.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
DELAYIMPORTS = user32
2008-03-19 06:36:28 +00:00
C_SRCS = reg.c
2011-01-04 17:03:01 +00:00
RC_SRCS = reg.rc
PO_SRCS = reg.rc
2008-03-19 06:36:28 +00:00
@MAKE_PROG_RULES@