subdir.mk

来自「仿照php的mysqli扩展自己使用MySQL的C Interface实现了一个」· MK 代码 · 共 25 行

MK
25
字号
################################################################################# Automatically-generated file. Do not edit!################################################################################# Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \../MySQLCharCount.cpp CPP_DEPS += \./MySQLCharCount.d OBJS += \./MySQLCharCount.o # Each subdirectory must supply rules for building sources it contributes%.o: ../%.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 ' '

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?