Advertisement
Guest User

mingwlinux

a guest
Apr 5th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. %e-yaml
  2. ---
  3. Name: MinGW 32
  4. Native: No
  5. Maintainer: cheeseboy
  6. Target-platform: Windows
  7.  
  8. # Some info about it
  9. path:
  10. make: make
  11. cc: i686-w64-mingw32-gcc
  12. cxx: i686-w64-mingw32-g++
  13. defines: i686-w64-mingw32-cpp -dM -x c++ -E $blank
  14. searchdirs: i686-w64-mingw32-gcc -E -x c++ -v $blank
  15. searchdirs-start: "#include <...> search starts here:"
  16. searchdirs-end: "End of search list."
  17. resources: $exe
  18. cppflags:
  19. cxxflags:
  20. cflags:
  21. ldlags:
  22. links:
  23. windres: i686-w64-mingw32-windres
  24.  
  25. Build-Extension:
  26. Run-output: $tempfile
  27. Run-Program: wine $game
  28. Run-Params:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement