On Thursday 01 September 2016 13:33:43 Graeme Geldenhuys wrote:
> On 2016-09-01 12:00, Martin Schreiber wrote:
> > The not resolved macros are supplied on the MSErun commandline in the
> > example so I can use the same *.mrp on different targets.
>
> So that would be DIREXT and OPT from your example. There are no macros
> defined for those, and the ReadMe file doesn't mention them.
>
The startscript for the example on Linux X86 is
"
#!/bin/sh
MSERUN=/home/mse/packs/standard/git/mseuniverse/tools/mserun/mserun
FPCINSTDIR=/home/mse/packs/standard/svn/fp/builds/fixes_3_0/
#
FPCUNITDIR=lib/fpc/3.0.1/units/i386-linux
COMPILERBIN=lib/fpc/3.0.1/ppc386
OPT=
#
TARGET=linux
MSEBASEDIR=/home/mse/packs/standard/git/
$MSERUN --macrodef=FPCINSTDIR,$FPCINSTDIR --macrodef=COMPILERBIN,\
$COMPILERBIN --macrodef=MSEBASEDIR,$MSEBASEDIR --macrodef=FPCUNITDIR,\
$FPCUNITDIR --macrodef=TARGET,$TARGET "--macrodef=OPT,$OPT" makdist.mrp
"

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to