TROOT= $(ZOOK_DIR) !INCLUDE $(ZOOK_DIR)/nmake.opt FILES=$(ZOOK_DIR)/libzoo_service.lib cgi-env/profile_service.zo: service.c $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/ $(CFLAGS) /c service.c link /dll /out:cgi-env/profile_service.zo $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE clean: erase cgi-env\profile_service.*