Guest User

Untitled

a guest
Feb 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. NMAKE : fatal error U1065: invalid option '-'
  5.  
  6. some-make-target:
  7. env -u MAKE -u MAKEFLAGS nmake.exe /a /l
  8.  
  9. target:
  10. cd ... && nmake.exe ...
  11.  
  12. target:
  13. cd ... && set MAKEFLAGS= && nmake.exe ...
Add Comment
Please, Sign In to add comment