ide: ndisasm removed from POSIX targets

git-svn-id: svn://ultimatepp.org/upp/trunk@13049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-26 17:09:26 +00:00
parent 58824b11a1
commit 463b619776

View file

@ -3,8 +3,9 @@ description "TheIDE - debuggers\377B";
uses
ide/Common,
HexView,
ide/Core,
plugin/ndisasm;
ide/Core;
uses(!POSIX) plugin/ndisasm;
library(WIN32 GCC) "dbghelp psapi";