Artifact f84e816ad132fb6d7ff5654f08a057f27fe109db
- File
src/Makefile
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
The problem was __gshared. Replacing it with TLS fixed the issue. Remaining problem is that "hack.d"'s CloseHandle hack is not working anymore.
(user: kinaba) [annotate]
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
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 QBga32.dll: $(SRCFILES) $(BZ2FILES) Makefile dmd.exe $(OPTS) -ofQBga32.dll $(SRCFILES) $(BZ2FILES) $(DEPLIBS) testexe.exe: testexe.d dmd.exe -gc -oftestexe.exe testexe.d clean: del *.map del *.obj