Searched refs:DLLNAME (Results 1 – 5 of 5) sorted by relevance
4 DLLNAME = libtiff-5.dll macro52 all: $(DLLNAME)61 $(DLLNAME): $(OBJ)62 $(CC) -shared -o $(DLLNAME) ../libtiff.def $(OBJ) $(LDFLAGS) $(LDLIBS) \
81 all: libtiff.lib $(DLLNAME)92 $(DLLNAME): tif_config.h tiffconf.h libtiff.def $(OBJ)93 $(LD) /debug /dll /def:libtiff.def /out:$(DLLNAME) \
8 +DLLNAME = libtiff-5.dll56 +all: $(DLLNAME)65 +$(DLLNAME): $(OBJ)66 + $(CC) -shared -o $(DLLNAME) ../libtiff.def $(OBJ) $(LDFLAGS) $(LDLIBS) \
154 DLLNAME = libtiff.dll
5439 * nmake.opt: Add missed DLLNAME variable.
Completed in 18 milliseconds