summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2023-03-31 15:58:59 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2023-03-31 15:58:59 +0800
commiteb8a6742dbb97dfbc75dbe10af79aba150ad0b45 (patch)
treef4124e941517419b984d664665e5faa8575efb61 /win32
parent724c958dbece640ae8025fbca4050ee5cee2f266 (diff)
downloadlibrsvg-eb8a6742dbb97dfbc75dbe10af79aba150ad0b45.tar.gz
NMake Makefiles: Update source paths
The NMake Makefiles need a small update so that the test sources can be located Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
Diffstat (limited to 'win32')
-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