Changeset 81 in xtideuniversalbios for trunk/Configurator/makefile
- Timestamp:
- Jan 6, 2011, 8:25:47 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/makefile
r9 r81 71 71 72 72 # Assembler 73 #AS = nasm.exe 74 AS = yasm.exe 73 AS = nasm.exe 75 74 76 75 # use this command to erase files. … … 109 108 # Build 110 109 build: 111 @$(AS) "$(SRC_ASM)" $(ASFLAGS) - o"$(TARGET)"110 @$(AS) "$(SRC_ASM)" $(ASFLAGS) -l"$(BUILD_DIR)\$(PROG).lst" -o"$(TARGET)" 112 111 @echo "$(TARGET)" build.
Note:
See TracChangeset
for help on using the changeset viewer.