Diff

Not logged in

Differences From Artifact [f84e816ad132fb6d]:

To Artifact [7983b2b25d33a3bc]:


1 1 SRCFILES = qbga32.def dllmain.d util.d windll.d qbga32.d bga_melter.d qbga_gui.d 2 2 BZ2FILES = libbz2\bzlib.d libbz2\libbz2.lib 3 3 DEPLIBS = win32\windef.d 4 -OPTS = -release -shared 4 +OPTS = -release -shared -m32 -inline -O 5 5 6 6 QBga32.dll: $(SRCFILES) $(BZ2FILES) Makefile 7 7 dmd.exe $(OPTS) -ofQBga32.dll $(SRCFILES) $(BZ2FILES) $(DEPLIBS) 8 8 9 9 testexe.exe: testexe.d 10 - dmd.exe -gc -oftestexe.exe testexe.d 10 + dmd.exe -oftestexe.exe testexe.d 11 11 12 12 clean: 13 - del *.map 14 13 del *.obj