* Use net.h as a PCH.

svn path=/trunk/; revision=52905
This commit is contained in:
Amine Khaldi 2011-07-26 22:02:52 +00:00
parent 4a432c0c70
commit c24708d72f

View file

@ -11,5 +11,6 @@ list(APPEND SOURCE
add_executable(net ${SOURCE})
set_module_type(net win32cui)
add_pch(net net.h)
add_importlibs(net ws2_32 msvcrt kernel32)
add_cd_file(TARGET net DESTINATION reactos/system32 FOR all)