Remove useless files now that functions are out of line
This commit is contained in:
parent
dadc3e570b
commit
3cdf224b90
@ -1,11 +1,9 @@
|
|||||||
set(SOURCES
|
set(SOURCES
|
||||||
src/main.cpp
|
src/main.cpp
|
||||||
src/luna/String.cpp
|
|
||||||
src/Framebuffer.cpp
|
src/Framebuffer.cpp
|
||||||
src/MemoryManager.cpp
|
src/MemoryManager.cpp
|
||||||
src/Init.cpp
|
src/Init.cpp
|
||||||
src/arch/Serial.cpp
|
src/arch/Serial.cpp
|
||||||
src/luna/Format.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# x86-64 specific
|
# x86-64 specific
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
/* This file instantiates the functions from Luna's Format.h into a translation unit, and serves no other purpose. */
|
|
||||||
#define _LUNA_IMPLEMENTATION
|
|
||||||
#include <Format.h>
|
|
@ -1,3 +0,0 @@
|
|||||||
/* This file instantiates the functions from Luna's String.h into a translation unit, and serves no other purpose. */
|
|
||||||
#define _LUNA_IMPLEMENTATION
|
|
||||||
#include <String.h>
|
|
Loading…
Reference in New Issue
Block a user