Author: greatlrd Date: Thu Jan 4 17:46:20 2007 New Revision: 25292
URL: http://svn.reactos.org/svn/reactos?rev=25292&view=rev Log: 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.
Modified: trunk/rosapps/tests/hello/hello.rbuild
Modified: trunk/rosapps/tests/hello/hello.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/tests/hello/hello.rbuild?re... ============================================================================== --- trunk/rosapps/tests/hello/hello.rbuild (original) +++ trunk/rosapps/tests/hello/hello.rbuild Thu Jan 4 17:46:20 2007 @@ -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" />