Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean'

This commit is contained in:
DRC
2010-02-19 06:56:53 +00:00
parent 40b41cfd6a
commit 8dcefc5dbd

View File

@@ -210,10 +210,10 @@ $(ODIR)/wrjpgcom.exe: $(ODIR)/wrjpgcom.obj $(ODIR)/jpeg.lib
$(ODIR)/turbojpeg-static.lib: $(ODIR)/turbojpegl.obj $(LOBJS)
$(AR) -out:$@ $^
$(ODIR)/turbojpeg-dll.obj: turbojpegl.c
$(ODIR)/turbojpegl-dll.obj: turbojpegl.c
$(CC) $(CFLAGS) -DDLLDEFINE -c $< -Fo$@
$(ODIR)/turbojpeg.dll $(ODIR)/turbojpeg.lib: $(ODIR)/turbojpeg-dll.obj $(LOBJS)
$(ODIR)/turbojpeg.dll $(ODIR)/turbojpeg.lib: $(ODIR)/turbojpegl-dll.obj $(LOBJS)
$(LINK) $(LDFLAGS) -dll -out:$(ODIR)/turbojpeg.dll \
-implib:$(ODIR)/turbojpeg.lib $^