Changeset 558 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile
- Timestamp:
- Jun 23, 2013, 3:52:31 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r550 r558 189 189 at_large: 190 190 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_AT_LARGE) -l"$(TARGET)_atl.lst" -o"$(TARGET)_atl.bin" 191 @echo * Large AT version "$(TARGET)_atl.bin" built.191 @echo * Large AT version "$(TARGET)_atl.bin" built. 192 192 193 193 xtplus: … … 197 197 xtplus_large: 198 198 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XTPLUS_LARGE) -l"$(TARGET)_xtpl.lst" -o"$(TARGET)_xtpl.bin" 199 @echo * Large XT Plus version "$(TARGET)_xtpl.bin" built.199 @echo * Large XT Plus version "$(TARGET)_xtpl.bin" built. 200 200 201 201 xt: … … 205 205 xt_large: 206 206 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XT_LARGE) -l"$(TARGET)_xtl.lst" -o"$(TARGET)_xtl.bin" 207 @echo * Large XT version "$(TARGET)_xtl.bin" built.207 @echo * Large XT version "$(TARGET)_xtl.bin" built. 208 208 209 209 xt_tiny:
Note:
See TracChangeset
for help on using the changeset viewer.