mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NET]
* Use net.h as a PCH. svn path=/trunk/; revision=52905
This commit is contained in:
parent
4a432c0c70
commit
c24708d72f
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ list(APPEND SOURCE
|
||||||
add_executable(net ${SOURCE})
|
add_executable(net ${SOURCE})
|
||||||
|
|
||||||
set_module_type(net win32cui)
|
set_module_type(net win32cui)
|
||||||
|
add_pch(net net.h)
|
||||||
add_importlibs(net ws2_32 msvcrt kernel32)
|
add_importlibs(net ws2_32 msvcrt kernel32)
|
||||||
add_cd_file(TARGET net DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET net DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue