[ros-dev] [ros-diffs] [aandrejevic] 60757: [SOFTX86] Remove softx86, as it is no longer used by anything.
Jérôme Gardou
jerome.gardou at reactos.org
Sat Oct 26 21:33:14 UTC 2013
Hello.
Just nitpicking a bit:
>> -target_link_libraries(ntvdm softx86 softx87 fast486)
>> +target_link_libraries(ntvdm fast486)
>> add_importlibs(ntvdm msvcrt user32 gdi32 kernel32 ntdll)
>> -add_dependencies(ntvdm softx86 softx87)
>> +add_dependencies(ntvdm fast486)
The call to add_dependencies is useless here, as a call to target_link_libraries adds an implicit dependency.
Regards
Jérôme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20131026/9d975193/attachment.html>
More information about the Ros-dev
mailing list