[ROSAPPS]

Add cmdutils apps to build.

svn path=/trunk/; revision=55592
This commit is contained in:
Sylvain Petreolle 2012-02-14 14:03:05 +00:00
parent daa3a4d63f
commit 3a2974ab60
12 changed files with 65 additions and 7 deletions

View file

@ -0,0 +1,5 @@
add_executable(comp comp.c comp.rc)
set_module_type(comp win32cui)
add_importlibs(comp msvcrt kernel32)
add_cd_file(TARGET comp DESTINATION reactos/system32 FOR all)