Menu

#604 windows makefile for 64bit build needs an additional PLATFORM line to work

v3.9.6
open
5
2024-06-05
2024-06-03
No

windows. win64.vc sould contain a line

PLATFORM=x64

otherwise the called makefile.win.vc will not work (at least here in my environment)

Discussion

  • Mark Hessling

    Mark Hessling - 2024-06-03
    • assigned_to: Mark Hessling
     
  • Mark Hessling

    Mark Hessling - 2024-06-03

    The makefile.win32.vc and makefile.win64.vc are no longer supported. I should remove them from the distribution.
    makefile.win.vc expects the environment variable PLATFORM to be set to x86, x64 or arm64 before nmake -f makefile.win.vc is called.

     
  • Markus Gömmel

    Markus Gömmel - 2024-06-05

    Ah, I see. Sorry, I have an own process of building which goes back to 3.4, which uses these old makefiles. Didn't mention that they are outdated. Removing them would help bringing attention to the fact that something changed. Thanks for the clarification.

     

Log in to post a comment.