makefiles: Disable use of Unicode macros globally for all the programs.
[wine/multimedia.git] / programs / winebrowser / Makefile.in
blob67662d90825dcfb962e2498c38948c5b17c8a88a
1 MODULE = winebrowser.exe
2 APPMODE = -mwindows -municode
3 IMPORTS = urlmon oleaut32 user32 advapi32
5 C_SRCS = \
6 main.c
8 @MAKE_PROG_RULES@