summaryrefslogtreecommitdiff
path: root/win32/create-lists-msvc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'win32/create-lists-msvc.mak')
-rw-r--r--win32/create-lists-msvc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/create-lists-msvc.mak b/win32/create-lists-msvc.mak
index 97087fdf..b507b401 100644
--- a/win32/create-lists-msvc.mak
+++ b/win32/create-lists-msvc.mak
@@ -56,13 +56,13 @@ NULL=
!if [call create-lists.bat header rsvg_objs.mak rsvg_tests]
!endif
-!if [for %c in (..\tests\*.c) do @if not "%~nxc" == "test-utils.c" call create-lists.bat file rsvg_objs.mak ^$(OUTDIR)\%~nc.exe]
+!if [for %c in (..\rsvg\tests\*.c) do @if not "%~nxc" == "test-utils.c" call create-lists.bat file rsvg_objs.mak ^$(OUTDIR)\%~nc.exe]
!endif
!if [call create-lists.bat footer rsvg_objs.mak]
!endif
-!if [for %c in (..\tests\*.c) do @if not "%~nxc" == "test-utils.c" @echo ^$(OUTDIR)\%~nc.exe: ^$(LIBRSVG_LIB) ^$(OUTDIR)\rsvg-tests\%~nc.obj ^$(OUTDIR)\rsvg-tests\test-utils.obj >>rsvg_tests_rules.mak]
+!if [for %c in (..\rsvg\tests\*.c) do @if not "%~nxc" == "test-utils.c" @echo ^$(OUTDIR)\%~nc.exe: ^$(LIBRSVG_LIB) ^$(OUTDIR)\rsvg-tests\%~nc.obj ^$(OUTDIR)\rsvg-tests\test-utils.obj >>rsvg_tests_rules.mak]
!endif
!include rsvg_objs.mak