[EMAIL PROTECTED] wrote:
Or at command line
make clean all OPT='-dUseMenuIntf -dUseIDEScopes'


I keep getting the following error:

C:\lazarus>make clean all OPT='-dUseMenuIntf -dUseIDEScopes'
make: invalid option -- U
Usage: make [options] [target] ...
Options:
  -b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
etc.


Under win32 you must use " as quoting char, on linux you are free to choose, both ' and " work.

make clean all OPT="-dUseMenuIntf -dUseIDEScopes"

That is why the IDE also use " as quoting char.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to