Update makefiles
This commit is contained in:
parent
d60f5c3679
commit
dc3bc312a2
@ -5,6 +5,7 @@
|
|||||||
# Add inputs and outputs from these tool invocations to the build variables
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
CPP_SRCS += \
|
CPP_SRCS += \
|
||||||
../src/graphics/Batch2D.cpp \
|
../src/graphics/Batch2D.cpp \
|
||||||
|
../src/graphics/Batch3D.cpp \
|
||||||
../src/graphics/Font.cpp \
|
../src/graphics/Font.cpp \
|
||||||
../src/graphics/LineBatch.cpp \
|
../src/graphics/LineBatch.cpp \
|
||||||
../src/graphics/Mesh.cpp \
|
../src/graphics/Mesh.cpp \
|
||||||
@ -14,6 +15,7 @@ CPP_SRCS += \
|
|||||||
|
|
||||||
OBJS += \
|
OBJS += \
|
||||||
./src/graphics/Batch2D.o \
|
./src/graphics/Batch2D.o \
|
||||||
|
./src/graphics/Batch3D.o \
|
||||||
./src/graphics/Font.o \
|
./src/graphics/Font.o \
|
||||||
./src/graphics/LineBatch.o \
|
./src/graphics/LineBatch.o \
|
||||||
./src/graphics/Mesh.o \
|
./src/graphics/Mesh.o \
|
||||||
@ -23,6 +25,7 @@ OBJS += \
|
|||||||
|
|
||||||
CPP_DEPS += \
|
CPP_DEPS += \
|
||||||
./src/graphics/Batch2D.d \
|
./src/graphics/Batch2D.d \
|
||||||
|
./src/graphics/Batch3D.d \
|
||||||
./src/graphics/Font.d \
|
./src/graphics/Font.d \
|
||||||
./src/graphics/LineBatch.d \
|
./src/graphics/LineBatch.d \
|
||||||
./src/graphics/Mesh.d \
|
./src/graphics/Mesh.d \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user