feat: version bêta 1.3.2fr

This commit is contained in:
Nicolas Hordé 2007-03-31 18:44:49 +00:00
parent 17228ba373
commit f35d742f27
2 changed files with 1211 additions and 0 deletions

20
commande/MAKEFILE Normal file
View File

@ -0,0 +1,20 @@
asm= lzasm /z/t
lnk= elink
all: commande.ce
commande.ce: commande.obj
$(lnk) commande.obj commande.ce
commande.obj: commande.asm
$(asm) commande.asm
clean:
del *.obj
del *.ce
del *.bak
del *.lib
del *.com
del *.bin
del *.sys
del *.err

1191
commande/commande.asm Normal file

File diff suppressed because it is too large Load Diff