I need to customize my build to exclude WinRT support. I see a lovely wxUSE_WINRT variable in the code, but I cannot figure out how to build with NMAKE to set wxUSE_WINRT=0.
Currently I use this command to build:
nmake -f makefile.vc TARGET_CPU=amd64 UNICODE=1 SHARED=1 MONOLITHIC=1 VENDOR=x _SECURE_SCL=0
adding wxUSE_WINRT=0 to the end of that did not work. I’m not an expert and MSVC command line usage, so how am I supposed to set this to 0 in order to build the way I need?
Thank you for your help,
-robin
Robin Scher | Uberware | 213.448.0443 | ro...@uberware.net | www.uberware.net