Improve usetup

svn path=/branches/cmake-bringup/; revision=48835
This commit is contained in:
Timo Kreuzer 2010-09-20 22:35:23 +00:00
parent 80c36d8bb3
commit aa9ef9f784

View file

@ -37,6 +37,6 @@ target_link_libraries(usetup
vfatlib
mingw_common)
set_target_properties(usetup PROPERTIES LINK_FLAGS "-Wl,-entry,_NtProcessStartup@4")
set_module_type(usetup nativecui)
add_dependencies(usetup psdk buildno_header)