amartin

Pidgin local.mak

Feb 15th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. SHELL := /bin/bash
  2. CC := /usr/bin/i586-mingw32msvc-cc
  3. GMSGFMT := msgfmt
  4. MAKENSIS := /usr/bin/makensis
  5. WINDRES := /usr/bin/i686-w64-mingw32-windres
  6. STRIP := /usr/bin/i686-w64-mingw32-strip
  7. INTLTOOL_MERGE := /usr/bin/intltool-merge
  8.  
  9. INCLUDE_PATHS := -I$(PIDGIN_TREE_TOP)/../win32-dev/w32api/include -I$(PIDGIN_TREE_TOP)/../win32-dev/libxml2-2.9.0/include -I/usr/include
  10. LIB_PATHS := -L$(PIDGIN_TREE_TOP)/../win32-dev/w32api/lib
  11.  
  12. #Disable Signing
  13. MONO_SIGNCODE=echo ***Bypassing signcode***
  14. GPG_SIGN=echo ***Bypassing gpg**
Add Comment
Please, Sign In to add comment