Fix command line passing(again), after tchar.h update.

svn path=/branches/ros-amd64-bringup/; revision=36221
This commit is contained in:
Samuel Serapion
2008-09-14 06:42:58 +00:00
parent ba47225813
commit 0e905fcd94
+1 -2
View File
@@ -25,10 +25,9 @@
<file>crt0_c.c</file>
<file>crtexe.c</file>
</module>
<module name="mingw_wmain" type="staticlibrary" isstartuplib="true" allowwarnings="true">
<module name="mingw_wmain" type="staticlibrary" isstartuplib="true" allowwarnings="true" unicode="yes">
<include base="mingw_common">include</include>
<define name="WPRFLAG"/>
<define name="UNICODE"/>
<file>crt0_w.c</file>
<file>crtexe.c</file>
</module>