Compile cmd.exe as unicode

svn path=/trunk/; revision=17766
This commit is contained in:
Hervé Poussineau 2005-09-09 15:58:40 +00:00
parent 4de7f0f089
commit 187b9e3939

View file

@ -4,6 +4,8 @@
<define name="__USE_W32API" />
<define name="ANONYMOUSUNIONS" />
<define name="_WIN32_WINNT">0x0501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<pch>precomp.h</pch>
<file>alias.c</file>
<file>attrib.c</file>
@ -65,6 +67,8 @@
<define name="__USE_W32API" />
<define name="ANONYMOUSUNIONS" />
<define name="_WIN32_WINNT">0x0501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>kernel32</library>
<library>cmd_base</library>
<file>main.c</file>