Added Windows makefiles autogenerated by Eclipse

This commit is contained in:
MihailRis
2021-08-20 17:29:41 +03:00
committed by GitHub
parent 3a780eef32
commit b5f3fdacc0
11 changed files with 355 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/lighting/LightSolver.cpp \
../src/lighting/Lighting.cpp \
../src/lighting/Lightmap.cpp
OBJS += \
./src/lighting/LightSolver.o \
./src/lighting/Lighting.o \
./src/lighting/Lightmap.o
CPP_DEPS += \
./src/lighting/LightSolver.d \
./src/lighting/Lighting.d \
./src/lighting/Lightmap.d
# Each subdirectory must supply rules for building sources it contributes
src/lighting/%.o: ../src/lighting/%.cpp src/lighting/subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '