]> git.localhorst.tv Git - l2e.git/blob - Release/src/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Release / src / subdir.mk
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
4
5 # Add inputs and outputs from these tool invocations to the build variables 
6 CPP_SRCS += \
7 ../src/main.cpp 
8
9 OBJS += \
10 ./src/main.o 
11
12 CPP_DEPS += \
13 ./src/main.d 
14
15
16 # Each subdirectory must supply rules for building sources it contributes
17 src/%.o: ../src/%.cpp
18         @echo 'Building file: $<'
19         @echo 'Invoking: GCC C++ Compiler'
20         g++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
21         @echo 'Finished building: $<'
22         @echo ' '
23
24