X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=f89a92905dbb75c1886ca01b02692916e24f04f8;hb=664dd88fa59ef00b8d4149b5d8f0aeda87bd4dbe;hp=2b458453ddee1173acc598dfc735547a3bc4d8d9;hpb=ae047ad3be09d38573b5cab895472e31ef7d47c7;p=16.git diff --git a/makefile b/makefile index 2b458453..f89a9290 100755 --- a/makefile +++ b/makefile @@ -66,7 +66,7 @@ SFLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k55808#60000#32768 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS) ZFLAGS=-zk0 -zq -zc -zp8# -zm CFLAGS=$(AFLAGS) $(IFLAGS)-lr -l=dos -wo##wwww -OFLAGS=-obmiler -out -oh -ei -zp8 -0 -fpi87 -onac -ol+ -ok####x +OFLAGS=-obmiler -out -oh -ei -zp8 -fpi87 -onac -ol+ -ok####x FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS) @@ -426,12 +426,23 @@ comp: .symbolic @upx -9 -qqq x-demo.exe updatelibs: .symbolic - cd $(JSMNLIB) - git pull - cd ../../../ + @cd $(JSMNLIB) + @git pull + @cd ../../../ xlib: .symbolic @cd 16/xlib @wmake clean @wmake all - cd ../../ + @cd ../../ + +mx: .symbolic + @cd 16/xw +# @wmake clean + @wmake all + @cd ../../ + +mx_: .symbolic + @cd 16/xw_ + @wmake -f makefile.wat all + @cd ../../