mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:25:56 +00:00
[LOADCONFIG_APITEST] Tell GCC that the .def is not just included for fun,
but that it should actually use it.
This commit is contained in:
parent
c832112771
commit
bf54369dbb
1 changed files with 6 additions and 0 deletions
|
@ -13,4 +13,10 @@ add_importlibs(loadconfig_apitest msvcrt kernel32 ntdll)
|
||||||
#add_pch(loadconfig_apitest loadconfig.h SOURCE)
|
#add_pch(loadconfig_apitest loadconfig.h SOURCE)
|
||||||
add_rostests_file(TARGET loadconfig_apitest)
|
add_rostests_file(TARGET loadconfig_apitest)
|
||||||
|
|
||||||
|
# Tell GCC again that we are really interested in exporting symols (who would have figured that we want to use the .def we specified before?)
|
||||||
|
set_target_properties(loadconfig_apitest
|
||||||
|
PROPERTIES
|
||||||
|
ENABLE_EXPORTS TRUE
|
||||||
|
DEFINE_SYMBOL "")
|
||||||
|
|
||||||
fixup_load_config(loadconfig_apitest)
|
fixup_load_config(loadconfig_apitest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue