Force linking of .obj files not directly referenced
This commit is contained in:
parent
a466fbd35a
commit
c7e1eb5f78
10 changed files with 40 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
#include "types.h"
|
||||
#include "v_draw.h"
|
||||
|
||||
void LinkDynArrays() { }
|
||||
|
||||
// We need one specific type for each of the 8 integral VM types and instantiate the needed functions for each of them.
|
||||
// Dynamic arrays cannot hold structs because for every type there'd need to be an internal implementation which is impossible.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include "v_draw.h"
|
||||
#include "maps.h"
|
||||
|
||||
void LinkMaps() { }
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue