Diff

Not logged in

Differences From Artifact [f84e816ad132fb6d]:

To Artifact [7983b2b25d33a3bc]:


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