[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Anybody could check current FT2 for WATCOM compiler?
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Anybody could check current FT2 for WATCOM compiler? |
Date: |
Tue, 14 Jul 2009 15:21:24 +0200 (CEST) |
> Under current WATCOM setup, the command to be executed is
>
> wcc386 -za \
> -I=.\objs -I=.\builds\win32 -I=.\include \
> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" \
> -FO=.\objs\ftsyste.obj \
> .\src\base\ftsyste.obj
>
> If I execute it via MS-DOS command line, it aborts with same
> error message. While I remove the options and execute the
> command, I found that the error is caused by too long argument
> for wcc386. I think "too long" is not for MS-DOS commandline
> (because bcc32 accepts the argument list with alsmot same
> length).
Normally, MS-DOS compilers accept a file as an argument which contains
all the necessary switches. Perhaps this is the route to go.
Werner