Advertisement
SilverTES

Setup : Allegro 5.2.11 / Codeblocks 16.01 / GCC 5.2

Oct 9th, 2016
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // Setup : Allegro 5.2.11 / Codeblocks 16.01 / GCC 5.2
  2.  
  3. /------------ Static
  4.  
  5. -lallegro_monolith-debug-static or -lallegro_monolith-static
  6.  
  7. -static -ldsound -ldumb -lFLAC -lvorbisfile -lvorbis -lfreetype -logg -lpng16 -lzlibstatic -lgdiplus -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32
  8.  
  9. -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi
  10.  
  11. /------------ Dynamic
  12.  
  13. -lallegro_monolith-debug.dll or -lallegro_monolith.dll
  14.  
  15. -ldsound
  16. -ldumb
  17. -lFLAC
  18. -lvorbisfile
  19. -lvorbis
  20. -lfreetype
  21. -logg
  22. -lpng16
  23. -lzlibstatic
  24. -lgdiplus
  25. -luuid
  26. -lkernel32
  27. -lwinmm
  28. -lpsapi
  29. -lopengl32
  30. -lglu32
  31. -luser32
  32. -lcomdlg32
  33. -lgdi32
  34. -lshell32
  35. -lole32
  36. -ladvapi32
  37. -lws2_32
  38. -lshlwapi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement