Artifact 7983b2b25d33a3bc89fdca3589625dc24e05421a
- File
src/Makefile
- 2015-05-05 07:12:59 - part of checkin [365c019326] on branch trunk - Updated README for release. (user: kinaba) [annotate]
SRCFILES = qbga32.def dllmain.d util.d windll.d qbga32.d bga_melter.d qbga_gui.d BZ2FILES = libbz2\bzlib.d libbz2\libbz2.lib DEPLIBS = win32\windef.d OPTS = -release -shared -m32 -inline -O QBga32.dll: $(SRCFILES) $(BZ2FILES) Makefile dmd.exe $(OPTS) -ofQBga32.dll $(SRCFILES) $(BZ2FILES) $(DEPLIBS) testexe.exe: testexe.d dmd.exe -oftestexe.exe testexe.d clean: del *.obj