do not build hello as GUI apps it is CUI apps. printf is redirect in GUI apps and does not output to console. Now we change to CUI, printf are redirect to console when it build as CUI.

svn path=/trunk/; revision=25292
This commit is contained in:
Magnus Olsen 2007-01-04 14:46:20 +00:00
parent 08c66925aa
commit 7d473e742a

View file

@ -1,4 +1,4 @@
<module name="hello" type="win32gui" installbase="bin" installname="hello.exe">
<module name="hello" type="win32cui" installbase="bin" installname="hello.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />