Put back aliases.
This commit is contained in:
9
BUILD
9
BUILD
@ -18,9 +18,8 @@ Include('web')
|
||||
Include('pico-ice')
|
||||
Include('esp32')
|
||||
|
||||
Default('win32')
|
||||
Default('win64')
|
||||
Default('unix')
|
||||
Default('html')
|
||||
Default('esp')
|
||||
Default('windows')
|
||||
Default('posix')
|
||||
Default('web')
|
||||
Default('esp32')
|
||||
Default('pico')
|
||||
|
||||
@ -54,4 +54,4 @@ Compile('gen/print-esp32-builtins', '$src/esp32/print-builtins.cpp'),
|
||||
Run('gen/esp32_sim_opcodes.h', 'gen/print-esp32-builtins')
|
||||
|
||||
# Main Alias.
|
||||
Alias('esp', ' '.join(ESP32_FILES))
|
||||
Alias('esp32', ' '.join(ESP32_FILES))
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
Alias('unix', 'posix/ueforth')
|
||||
Alias('posix', 'posix/ueforth')
|
||||
Importation('gen/posix_boot.h', '$src/posix/posix_boot.fs', name='boot')
|
||||
Compile('posix/ueforth', '$src/posix/main.c',
|
||||
implicit=['gen/posix_boot.h'])
|
||||
|
||||
@ -12,5 +12,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
Alias('html', 'gen/web_boot.js')
|
||||
Alias('web', 'gen/web_boot.js')
|
||||
Importation('gen/web_boot.js', '$src/web/web_boot.fs', header_mode='web', name='boot')
|
||||
|
||||
@ -12,6 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
Alias('windows', 'win32 win64')
|
||||
|
||||
# Create boot.
|
||||
Importation('gen/windows_boot.h', '$src/windows/windows_boot.fs',
|
||||
header_mode='win', name='boot')
|
||||
|
||||
Reference in New Issue
Block a user