mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[QMGR_WINETEST]
* Speedup build. svn path=/trunk/; revision=60367
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
enum_files.c
|
||||
enum_jobs.c
|
||||
@@ -10,7 +8,6 @@ list(APPEND SOURCE
|
||||
testlist.c)
|
||||
|
||||
add_executable(qmgr_winetest ${SOURCE})
|
||||
target_link_libraries(qmgr_winetest wine)
|
||||
set_module_type(qmgr_winetest win32cui)
|
||||
add_importlibs(qmgr_winetest ole32 shlwapi user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET qmgr_winetest DESTINATION reactos/bin FOR all)
|
||||
|
||||
Reference in New Issue
Block a user