Implemented rel building and loading
This commit is contained in:
parent
3b31d9fcfc
commit
d3b45cf2b4
14 changed files with 1045 additions and 922 deletions
|
|
@ -21,4 +21,15 @@
|
|||
#define REFRESH_RATE 60
|
||||
#endif
|
||||
|
||||
#if _WIN32
|
||||
#ifdef TARGET_MAIN
|
||||
#define SHARED_SYM __declspec(dllexport)
|
||||
#else
|
||||
#define SHARED_SYM __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#else
|
||||
#define SHARED_SYM
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue