You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
362 B
20 lines
362 B
!IF 0
|
|
|
|
Sample DIRS file
|
|
|
|
myoldp is only going to be compiled for x86.
|
|
|
|
myhello is going to be compiled for x86 and ia64.
|
|
|
|
{x86,ia64,32,64} are the availible options.
|
|
|
|
mysample will only be compiled is specified in the
|
|
build options.
|
|
|
|
!ENDIF
|
|
|
|
DIRS=myproject \
|
|
myoldp{x86} \
|
|
myhello{x86,ia64}
|
|
|
|
OPTIONAL_DIRS=mysample
|