diff options
Diffstat (limited to 'Debug/src/client')
| -rw-r--r-- | Debug/src/client/subdir.mk | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Debug/src/client/subdir.mk b/Debug/src/client/subdir.mk deleted file mode 100644 index 52021ba..0000000 --- a/Debug/src/client/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/client/Client.cpp \ -../src/client/HTTP.cpp \ -../src/client/MD5.cpp - -OBJS += \ -./src/client/Client.o \ -./src/client/HTTP.o \ -./src/client/MD5.o - -CPP_DEPS += \ -./src/client/Client.d \ -./src/client/HTTP.d \ -./src/client/MD5.d - - -# Each subdirectory must supply rules for building sources it contributes -src/client/%.o: ../src/client/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: GCC C++ Compiler' - g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - |
