From eb8a6742dbb97dfbc75dbe10af79aba150ad0b45 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 31 Mar 2023 15:58:59 +0800 Subject: NMake Makefiles: Update source paths The NMake Makefiles need a small update so that the test sources can be located Part-of: --- win32/create-lists-msvc.mak | 4 ++-- 1 file 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 -- cgit v1.2.1