VisualDDK x64 NMake build (WDK toolset)

Sysprogs forums Forums VisualDDK/VirtualKD discussion VisualDDK x64 NMake build (WDK toolset)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #361
    sn0w
    Participant

    note, that the WDK’s setenv.bat doesnt contain AMD64 definition, produced by VisualDDK wizard for x64 platform with using of BUILD system, so x64 build will be failed. for a sample, i just added a valid definition to setenv.bat. but, still hope it will be changed to x64 or x32-64 – which is native for WDK setenv by default. cheers.

    #1980
    oregonduckman
    Participant

    would you mind sharing your fix for this problem?

    #1981
    Anonymous
    Participant

    Had same issue.
    Edit project properties, Configurataion Properties, NMake, Build Command Line.
    Change “AMD64” to x64.
    call $(WDKPATH)binsetenv.bat $(WDKPATH) chk x64 win7
    cd /d $(ProjectDir)
    build

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.