equal
deleted
inserted
replaced
130 |
130 |
131 define settPath |
131 define settPath |
132 1 |
132 1 |
133 endef |
133 endef |
134 |
134 |
|
135 # Macro to execute a command if a file exists. |
|
136 define ifexistf |
|
137 if exist $(1) $(2) |
|
138 endef |
|
139 |
|
140 # Macro ensure path delimiters are the right sort. |
|
141 define normalise_path |
|
142 $(subst /,\,$(1)) |
|
143 endef |
|
144 |
|
145 |
135 # Configuration needs to be returned as upper case for abld |
146 # Configuration needs to be returned as upper case for abld |
136 CONFIGURATION:=REL |
147 CONFIGURATION:=REL |