On Thursday, November 29, 2018 at 9:52:10 AM UTC+1, D.S. Qiu wrote: > > hi, I want to build x64 setup exe with the Version 1.11.0. > > Window Operation version: Window 10 > > Visual studio 2017 Community > > And the command prompt bat list:[image: IMG20181129_164452.png] > > I can use "vcvarsamd64_x86.bat" with "nant setup" command, it can build > win32 setup. > > But when build x64 setup with "nant x64 setup or nant cross x64 setup" in > "vcvarsamd64_x86.bat", "vcvars64.bat" or "vcvarsx86_amd64.bat" command > prompt. It always occured " >
you have to call vcvars64.bat (and only that) before running 'nant x64 setup'. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/e42c192c-4f4f-408f-8714-5b2fef4cd941%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

