[ros-diffs] [greatlrd] 25292: 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.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Thu Jan 4 15:46:20 CET 2007


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?rev=25292&r1=25291&r2=25292&view=diff
==============================================================================
--- 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" />




More information about the Ros-diffs mailing list