X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Flib%2Fx%2FMAKEFILE;h=d3ad8b715b547bbd93640ce23bd4758cb3ae98c7;hb=c4337307969449556e1c8841d763bed971c30f7c;hp=19175b7a8f0b5bd6cf4b7991af11d444b71de9d8;hpb=e65b5401f0f5a953ca2e69d99fa927635e42fd41;p=16.git diff --git a/16/lib/x/MAKEFILE b/16/lib/x/MAKEFILE index 19175b7a..d3ad8b71 100644 --- a/16/lib/x/MAKEFILE +++ b/16/lib/x/MAKEFILE @@ -27,7 +27,6 @@ LIBOBJS = MXBB.OBJ \ MXPI.OBJ \ MXPN.OBJ \ MXPP.OBJ \ - MXPT.OBJ \ MXRA.OBJ \ MXRP.OBJ \ MXSA.OBJ \ @@ -47,14 +46,14 @@ LIBOBJS = MXBB.OBJ \ # # ASM compiler # -ASMC = JWASMR -ASMO = -Zm -0 +ASMC = tasm +ASMO = /m5 /p # # PAS compiler # -#PASC = bpc -#PASO = /m -$D- -$L- -$S- +PASC = tpc +PASO = /m -$D- -$L- -$S- # # LIB maker, uses response file @@ -64,7 +63,7 @@ LIBC = tlib .asm.obj: $(ASMC) $(ASMO) $< -target: modex.lib +target: modex.lib # modex.tpu modex.tpp #modex.tpu: $(LIBOBJS) modex.pas