Changeset 621 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile
- Timestamp:
- Nov 21, 2021, 2:15:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r618 r621 231 231 232 232 custom: 233 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_CUSTOM) -l"$(TARGET)_c ustom.lst" -o"$(TARGET)_custom.bin"234 @echo * Custom version "$(TARGET)_c ustom.bin" built.233 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_CUSTOM) -l"$(TARGET)_cstm.lst" -o"$(TARGET)_cstm.bin" 234 @echo * Custom version "$(TARGET)_cstm.bin" built. 235 235 236 236 strings: src\Strings.asm
Note:
See TracChangeset
for help on using the changeset viewer.