jscript: Store concatenated strings as a rope string to avoid useless copying.
[wine] / programs / reg / Makefile.in
1 MODULE    = reg.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = advapi32
4 DELAYIMPORTS = user32
5
6 C_SRCS = reg.c
7
8 RC_SRCS = reg.rc
9 PO_SRCS = reg.rc
10
11 @MAKE_PROG_RULES@