diff options
Diffstat (limited to 'Release/src/client')
| -rw-r--r-- | Release/src/client/subdir.mk | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Release/src/client/subdir.mk b/Release/src/client/subdir.mk deleted file mode 100644 index 3156bbc..0000000 --- a/Release/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++ -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - |
