19 lines
346 B
INI
19 lines
346 B
INI
;
|
|
; this file lists configurations/targets that should be ignored if
|
|
; compile_all is run on the trunk
|
|
;
|
|
;
|
|
[regexp=(\\|\/)contrib$]
|
|
[regexp=(\\|\/)crypto$]
|
|
|
|
; The following is for Eiffelstudio < 7.0
|
|
|
|
[$COMPILE_ALL_BASEDIR/contrib]
|
|
[$COMPILE_ALL_BASEDIR\contrib]
|
|
|
|
[$COMPILE_ALL_BASEDIR/library/crypto]
|
|
[$COMPILE_ALL_BASEDIR\library\crypto]
|
|
|
|
|
|
|