mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:02:57 +00:00
[FRAMEDYN]
Don't export anything on MSVC yet. Some symbols are not found. Dunno why. svn path=/trunk/; revision=59943
This commit is contained in:
parent
fc4ee971cf
commit
248bc88823
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set_cpp(WITH_RUNTIME)
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
spec2def(framedyn.dll framedyn_gcc.spec ADD_IMPORTLIB)
|
spec2def(framedyn.dll framedyn_gcc.spec ADD_IMPORTLIB)
|
||||||
else()
|
else()
|
||||||
spec2def(framedyn.dll framedyn_msvc.spec ADD_IMPORTLIB)
|
#spec2def(framedyn.dll framedyn_msvc.spec ADD_IMPORTLIB)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue