Advertisement
Christo_Zietsman

gradle-manifest-linkerargs

Oct 10th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.23 KB | None | 0 0
  1. apply plugin: 'cpp-lib'
  2. libraries {
  3.     main {
  4.         binaries.all {
  5.             if (toolChain in VisualCpp) {
  6.                 linkerArgs '/MANIFESTUAC:"level=\'asInvoker\' uiAccess=\'false\'"'
  7.             }
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement