Changeset 293 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/makefile
- Timestamp:
- Mar 4, 2012, 1:33:52 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/makefile
r187 r293 1 1 ############################################################################### 2 # Generic makefile for building binary files. # 3 # v. 1.1.0 (28.7.2007 ... 5.10.2010) # 4 # (C) Tomi Tilli # 5 # aitotat@gmail.com # 2 # Makefile to build XTIDE Universal BIOS Configurator v2. # 6 3 # # 7 4 # Valid makefile targets are: # 8 5 # all Removes existing files and builds binary file in \Build # 9 # build Builds binary file in \Build #10 6 # clean Removes all files from \Build # 11 7 # # … … 54 50 55 51 56 57 52 ################################################################# 58 53 # Assembler preprocessor defines. # … … 61 56 DEFINES_XT = ELIMINATE_CGA_SNOW 62 57 DEFINES_XTPLUS = USE_186 ELIMINATE_CGA_SNOW 63 DEFINES_AT = USE_ 186 USE_286 USE_AT58 DEFINES_AT = USE_286 USE_AT 64 59 65 60 … … 113 108 .PHONY: all at xtplus xt clean release 114 109 115 # Make clean debug and release versions116 110 all: clean xt 117 111 @echo All done! … … 123 117 xtplus: 124 118 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XTPLUS) -l"$(TARGET)_xtp.lst" -o"$(TARGET)_xtp.$(EXTENSION)" 125 @echo XT plus version "$(TARGET)_xtp.$(EXTENSION)" built.119 @echo XT Plus version "$(TARGET)_xtp.$(EXTENSION)" built. 126 120 127 121 xt:
Note:
See TracChangeset
for help on using the changeset viewer.