version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../test_suite/call_tests/stest9xx.c
OBJS += \
./test_suite/call_tests/stest9xx.o
C_DEPS += \
./test_suite/call_tests/stest9xx.d
# Each subdirectory must supply rules for building sources it contributes
test_suite/call_tests/%.o: ../test_suite/call_tests/%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -I"C:\MinGW\include" -I"C:\Tcl\include" -I"C:\PostgreSQL\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '