digitalmars.D - [HELP] Compile optlink's sourcecode problems
- zhengnuo (10/10) Feb 19 2014 I download optlink's source code, and I compile it(VS2010):
- Andrej Mitrovic (7/9) Feb 20 2014 I think you may need to run the vcvars or vsvars batch script to set
I download optlink's source code, and I compile it(VS2010): cd os2link nmake But it always prompt: no [ntio.lib], what should I do ? I can't find ntio.lib, and I think tt should not be compiled successfully. So what should I do to compile optlink's source code? Thank you very much! And the optlink's FULL source code download address : https://github.com/DigitalMars/optlink
Feb 19 2014
On 2/20/14, zhengnuo <nuononuo gmail.com> wrote:And the optlink's FULL source code download address : https://github.com/DigitalMars/optlinkI think you may need to run the vcvars or vsvars batch script to set up the paths, and then: To build, set environment variable DM (if not \dm), add dmc\bin to the path and run build_optlink.bat. Instructions from Rainers: https://github.com/DigitalMars/optlink/pull/2
Feb 20 2014