Index: /trunk/zoo-project/zoo-services/gdal/translate/makefile.vc
===================================================================
--- /trunk/zoo-project/zoo-services/gdal/translate/makefile.vc	(revision 372)
+++ /trunk/zoo-project/zoo-services/gdal/translate/makefile.vc	(revision 373)
@@ -17,7 +17,7 @@
 
 cgi-env/translate_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/gdal_service.zo  $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE
+	$(CPP)  /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/vrt $(CFLAGS) /c service.c
+	link /dll /out:cgi-env/translate_service.zo  $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE
 
 clean:
-	erase cgi-env\gdal_service.*
+	erase cgi-env\translate_service.*
Index: /trunk/zoo-project/zoo-services/gdal/translate/service.c
===================================================================
--- /trunk/zoo-project/zoo-services/gdal/translate/service.c	(revision 372)
+++ /trunk/zoo-project/zoo-services/gdal/translate/service.c	(revision 373)
@@ -33,5 +33,5 @@
 #include "gdal_priv.h"
 #include "ogr_spatialref.h"
-#include "vrt/vrtdataset.h"
+#include "vrtdataset.h"
 
 #include "service.h"
