Advertisement
Guest User

Untitled

a guest
May 12th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. MARATIS.SLN from cmake (12/0514)
  2. -------------------------------------
  3. stuff to fix
  4.  
  5. ------------------------------------
  6. vorbis
  7.  
  8. tone.c
  9. line 18 alloca is undefined
  10. line 40 M_PI : undeclared identifier
  11. line 41 rint : is undefined
  12. ( missing math library ? )
  13.  
  14. ------------------------------------
  15. MCore
  16.  
  17. MfileTools.cpp
  18. - needs dirent.h on windows ?
  19. changed to #ifdef WIN32
  20. #include <dirent.h>
  21.  
  22. in the project properties page, Configuration Properties/Preprocessor : add MCORE_DLL to preprocessor definitions
  23.  
  24. ------------------------------------
  25. MaratisPlayer and MaratisEditor:
  26. in the project properties page, Configuration Properties/Linker/Input,
  27. the directx libs (dinput8.libdxguid.libdxerr.lib) should be removed
  28. ------------------------------------
  29. small tweaks :
  30. could all projects default solution configurations be set with 'Release' 'Win32' by default ?
  31. MaratisPlayer, MaratisEditor, Mcore and MEngine could have a common output folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement