Advertisement
Guest User

Untitled

a guest
May 31st, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. %e-yaml
  2. ---
  3. Name: Mingw GCC G++
  4. Native: Yes
  5. Maintainer: cheeseboy
  6. Target-platform: Windows
  7.  
  8. # Some info about it
  9. path: "D:\Program Files (x86)\ENIGMA\mingw32\bin"
  10. tcpath:
  11. make: mingw32-make.exe
  12. binpath:
  13. defines: cpp -dM -x c++ -E $blank
  14. searchdirs: 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: -I../Additional/Windows/include
  20. cflags:
  21. ldflags: -L../Additional/Windows/lib -static-libgcc -static-libstdc++
  22. links:
  23.  
  24. Build-Extension:
  25. Run-output: $tempfile
  26. Run-Program: $game
  27. Run-Params:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement