Changeset 592 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/makefile
- Timestamp:
- Jun 25, 2018, 10:29:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/makefile
r359 r592 52 52 # Assembler preprocessor defines. # 53 53 ################################################################# 54 DEFINES = 54 DEFINES = EXCLUDE_FROM_BIOSDRVS 55 55 DEFINES_XT = ELIMINATE_CGA_SNOW 56 56 DEFINES_XTPLUS = USE_186 ELIMINATE_CGA_SNOW … … 98 98 ASFLAGS += $(IHEADERS) # Set header file directory paths 99 99 ASFLAGS += -Worphan-labels # Warn about labels without colon 100 ASFLAGS += -O 9# Optimize operands to their shortest forms100 ASFLAGS += -Ox # Optimize operands to their shortest forms 101 101 102 102 … … 130 130 @upx -qq --8086 --ultra-brute $(TARGET).$(EXTENSION) 131 131 @echo Done! XT version is ready for release. 132 133 xt_unused: xt 134 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XT) -o"$(TARGET)_xt_unused.asm" -E -DCHECK_FOR_UNUSED_ENTRYPOINTS 135 @perl ..\Tools\unused.pl $(TARGET)_xt.lst $(TARGET)_xt_unused.asm 136
Note:
See TracChangeset
for help on using the changeset viewer.