windows runtime - Porting to WinRT apps: How to use NMAKE to call winRT apps in build process -
i trying port open source library winrt.
in original setup few projects compile form .exe called makefile using nmake. these .exe used prepare data .dll .txt(raw data files).
now porting have converted exe projects winrt apps. did adding package.appxmanifest files , assests folder. making changes in project settings of exe.
in configuration manager, have checked option deploy after building these apps. need call these exe. how this?
please help.
Comments
Post a Comment