mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
58824b11a1
commit
463b619776
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue