Thank You everybody for the answers.
I have found what I wanted just using the "VERBOSE BUILD"
I catch the result and I know how I have to do.
I have read the help file but I did not know how to pass the object files and the libraries.
A project file (or makefile) is a plain text file that can contain a mix of comment lines, macro definitions, description blocks, inference rules, and preprocessing directives. A long line may span more that one physical line in the file by immediately preceding the newline character with a backslash (like a C source file).
If someone like me creates many source files the link command line is very long.
Take a look:
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Columns.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Columns.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Cpu.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Cpu.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Cpuid.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Cpuid.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\crc64speed.obj"
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(138): warning #2215: Conversion from 'unsigned long long int' to '_Bool'; possible loss of data.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(223): warning #2215: Conversion from 'int' to '_Bool'; possible loss of data.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(181): warning #2154: Unreachable code.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(193): warning #2154: Unreachable code.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(205): warning #2154: Unreachable code.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(216): warning #2154: Unreachable code.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(234): warning #2261: Loop with no effect removed (any visible side-effects are retained).
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crc64speed.c(232): warning #2261: Loop with no effect removed (any visible side-effects are retained).
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\crcspeed.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\crcspeed.obj"
Building myEditor.tag.
> poasm.exe -AAMD64 -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\FileRead.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\FileRead.asm"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Files.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Files.obj"
Building myEditor.tag.
> poasm.exe -AAMD64 -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\FileWrite.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\FileWrite.asm"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Find & Replace.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Find & Replace.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Goto.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Goto.obj"
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Goto.c(27): warning #2118: Parameter '__lParam' is not referenced.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Goto.c(68): warning #2118: Parameter '__lParam' is not referenced.
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Insert.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Insert.obj"
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Insert.c(99): warning #2118: Parameter '__lParam' is not referenced.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Insert.c(171): warning #2118: Parameter '__lParam' is not referenced.
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Language.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Language.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Lines.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Lines.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Log.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Log.obj"
Building myEditor.tag.
> poasm.exe -AAMD64 -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemoryAlloc.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\MemoryAlloc.asm"
Building myEditor.tag.
> poasm.exe -AAMD64 -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemoryFree.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\MemoryFree.asm"
Building myEditor.tag.
> poasm.exe -AAMD64 -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemorySetTo0.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\MemorySetTo0.asm"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Menus.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Menus.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Mode.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Mode.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\myEditor.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\myEditor.obj"
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\myEditor.c(1233): warning #2118: Parameter '__lpszCmdParam' is not referenced.
C:\Users\Philippe\Documents\Pelles C Projects\myEditor\myEditor.c(1233): warning #2118: Parameter '__hPrevInstance' is not referenced.
Building myEditor.tag.
> porc.exe -N -L0x40c "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\myEditor.rc" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\myEditor.res"
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Notify.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Notify.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Profile.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Profile.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Selection.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Selection.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Toolbar.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Toolbar.obj"
Building myEditor.tag.
> pocc.exe -std:C17 -Tx64-coff -arch:SSE2 -Ot -Ox -Ob2 -fp:precise -W2 -Ze -Zx -J "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Utilities.c" -Fo"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Utilities.obj"
Building myEditor.tag.
> polink.exe @myEditor.rsp -out:"C:\Users\Philippe\Documents\Pelles C Projects\myEditor\myEditor.exe" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Columns.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Cpu.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Cpuid.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\crc64speed.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\crcspeed.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\FileRead.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Files.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\FileWrite.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Find & Replace.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Goto.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Insert.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Language.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Lines.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Log.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemoryAlloc.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemoryFree.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\MemorySetTo0.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Menus.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Mode.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\myEditor.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\myEditor.res" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Notify.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Profile.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Selection.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Toolbar.obj" "C:\Users\Philippe\Documents\Pelles C Projects\myEditor\Compile\Utilities.obj"
Done.