Changeset 81 in xtideuniversalbios for trunk/Configurator/makefile


Ignore:
Timestamp:
Jan 6, 2011, 8:25:47 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to old configurator:

  • Makefile now uses Nasm (instead of Yasm)
  • Makefile now generates listing files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/makefile

    r9 r81  
    7171
    7272# Assembler
    73 #AS = nasm.exe
    74 AS = yasm.exe
     73AS = nasm.exe
    7574
    7675# use this command to erase files.
     
    109108# Build
    110109build:
    111     @$(AS) "$(SRC_ASM)" $(ASFLAGS) -o"$(TARGET)"
     110    @$(AS) "$(SRC_ASM)" $(ASFLAGS) -l"$(BUILD_DIR)\$(PROG).lst" -o"$(TARGET)"
    112111    @echo "$(TARGET)" build.
Note: See TracChangeset for help on using the changeset viewer.