Page 1 of 1

HBMAKE error!

Posted: Tue Sep 08, 2009 4:53 pm
by JC
Dear Antonio and friends...

When I compile my file .c, this error occurs:

Borland C++ 5.5.1 for Win32 Copyright (C) 1993, 2000 Borland
Error E2266: No file names given

What's is it!?

Re: HBMAKE error!

Posted: Tue Sep 08, 2009 7:13 pm
by Márcio Augusto Cezar
Você deve está quebrando a linha do script em mais de uma. Você deve alterar seu script onde está definido os fontes .c em uma única linha

Exemplo: CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c //
$(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c $(CF)

Esta é a forma correta:

CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c $(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c $(CF)