Changeset 187 in xtideuniversalbios
- Timestamp:
- Nov 15, 2011, 10:54:37 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r186 r187 96 96 97 97 # Assembler 98 AS = nasm.exe98 AS = ..\..\nasm.exe 99 99 100 100 # use this command to erase files. -
trunk/XTIDE_Universal_BIOS_Configurator_v2/makefile
r185 r187 89 89 90 90 # Assembler 91 AS = ..\..\nasm.exe91 AS = nasm.exe 92 92 93 93 # use this command to erase files.
Note:
See TracChangeset
for help on using the changeset viewer.