forked from vieter-v/vieter
refactor: moved dynarray back to package model
parent
32ff120600
commit
65a756da48
|
@ -5,6 +5,7 @@ module package
|
||||||
// We need to specify *every* C file here. Otherwise, Vieter doesn't compile.
|
// We need to specify *every* C file here. Otherwise, Vieter doesn't compile.
|
||||||
#flag @VMODROOT/c/package.o
|
#flag @VMODROOT/c/package.o
|
||||||
#flag @VMODROOT/c/package_info.o
|
#flag @VMODROOT/c/package_info.o
|
||||||
|
#flag @VMODROOT/c/dynarray.o
|
||||||
|
|
||||||
#include "package.h"
|
#include "package.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
module util
|
|
||||||
|
|
||||||
#flag -I @VMODROOT/c
|
|
||||||
|
|
||||||
// This makes the V compiler include this object file when linking, allowing
|
|
||||||
// all other C parts of the codebase to use it as well.
|
|
||||||
#flag @VMODROOT/c/dynarray.o
|
|
|
@ -1,3 +0,0 @@
|
||||||
Module{
|
|
||||||
name: 'util'
|
|
||||||
}
|
|
Loading…
Reference in New Issue