mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix the importlib order for the GNU linker according to Amine's suggestion.
- Add PSEH for winspool. svn path=/branches/colins-printing-for-freedom/; revision=67694
This commit is contained in:
@@ -14,6 +14,6 @@ add_library(spoolss SHARED
|
||||
|
||||
set_module_type(spoolss win32dll UNICODE)
|
||||
target_link_libraries(spoolss wine)
|
||||
add_importlibs(spoolss msvcrt kernel32 advapi32 ntdll)
|
||||
add_importlibs(spoolss advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(spoolss precomp.h SOURCE)
|
||||
add_cd_file(TARGET spoolss DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -14,6 +14,6 @@ add_executable(spoolsv ${SOURCE} spoolsv.rc)
|
||||
set_module_type(spoolsv win32cui UNICODE)
|
||||
target_link_libraries(spoolsv wine)
|
||||
add_delay_importlibs(spoolsv spoolss)
|
||||
add_importlibs(spoolsv msvcrt kernel32 advapi32 ntdll rpcrt4)
|
||||
add_importlibs(spoolsv advapi32 rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_pch(spoolsv precomp.h SOURCE)
|
||||
add_cd_file(TARGET spoolsv DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -16,7 +16,7 @@ add_library(winspool SHARED
|
||||
|
||||
set_target_properties(winspool PROPERTIES SUFFIX ".drv")
|
||||
set_module_type(winspool win32dll UNICODE)
|
||||
target_link_libraries(winspool wine)
|
||||
add_importlibs(winspool kernel32 msvcrt ntdll rpcrt4)
|
||||
target_link_libraries(winspool wine ${PSEH_LIB})
|
||||
add_importlibs(winspool rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_pch(winspool precomp.h SOURCE)
|
||||
add_cd_file(TARGET winspool DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user