I find convenient create a batch file "_buil.bat" to compile a specific
project under Windows, targeting bot i386 and x86_64 in sequence at once.
You can add parameters to set searching paths, output directory, compiler
flags, etc... it is hard retype the entire command line every time.
Best rega
Am 11.10.2016 10:35 schrieb "Ryan Joseph" :
> Ok, I did some more research and found that fpc is at
c:\lazarus\fpc\2.6.4\bin\i386-win32 and a “dir” command shows there is a
fpc.exe that works. Note just “fpc” doesn’t work so I guess I need to add
that myself but I’m struggling trying to figure out
> On Oct 11, 2016, at 2:04 PM, Jonas Maebe wrote:
>
> FPC is installed by default in c:\fpc, I think. The compiler binaries
> are somewhere under there (c:\fpc\bin\win32 or so?). I think our
> installer adds this directory to your PATH by default under Windows, so
> you should be able to use the
Ryan Joseph wrote:
> I’m doing some tests with SDL and I’d like to build the program to work on
> Windows. I’d like to to automate the build with a script but I can’t seem to
> figure out even the basics of how to make this work (I develop on Mac). I
> used Lazarus briefly but it seemed easier t