# HG changeset patch # User Tassilo Philipp # Date 1663599592 -7200 # Node ID 1d6e51b1d4c7c57f1feaad660478b42c5ba98aaa # Parent 01a5762c6fba27c6704491b4b6153696eb295174 - test exec name changes for nmake builds for x86 win std and fastcall suites, for consistency diff -r 01a5762c6fba -r 1d6e51b1d4c7 test/suite2_x86win32fast/Nmakefile --- a/test/suite2_x86win32fast/Nmakefile Mon Sep 19 16:38:11 2022 +0200 +++ b/test/suite2_x86win32fast/Nmakefile Mon Sep 19 16:59:52 2022 +0200 @@ -35,7 +35,7 @@ !IF "$(BUILD_OS)" == "windows" -TARGETS = suite2.exe +TARGETS = suite2_x86win32fast.exe OBJS = main.obj case.obj# ..\testmain\main_ansic.obj $(TARGETS): $(OBJS) @@ -45,7 +45,7 @@ !ELSE IF "$(BUILD_OS)" == "nds" -TARGETS = suite2.nds +TARGETS = suite2_x86win32fast.nds OBJS = main.o case.o# ..\testmain\main_NDS.o $(TARGETS): $(OBJS) diff -r 01a5762c6fba -r 1d6e51b1d4c7 test/suite2_x86win32std/Nmakefile --- a/test/suite2_x86win32std/Nmakefile Mon Sep 19 16:38:11 2022 +0200 +++ b/test/suite2_x86win32std/Nmakefile Mon Sep 19 16:59:52 2022 +0200 @@ -35,7 +35,7 @@ !IF "$(BUILD_OS)" == "windows" -TARGETS = suite2.exe +TARGETS = suite2_x86win32std.exe OBJS = main.obj case.obj# ..\testmain\main_ansic.obj $(TARGETS): $(OBJS) @@ -45,7 +45,7 @@ !ELSE IF "$(BUILD_OS)" == "nds" -TARGETS = suite2.nds +TARGETS = suite2_x86win32std.nds OBJS = main.o case.o# ..\testmain\main_NDS.o $(TARGETS): $(OBJS) diff -r 01a5762c6fba -r 1d6e51b1d4c7 test/suite_x86win32fast/Nmakefile --- a/test/suite_x86win32fast/Nmakefile Mon Sep 19 16:38:11 2022 +0200 +++ b/test/suite_x86win32fast/Nmakefile Mon Sep 19 16:59:52 2022 +0200 @@ -35,7 +35,7 @@ !IF "$(BUILD_OS)" == "windows" -TARGETS = suite.exe +TARGETS = suite_x86win32fast.exe OBJS = main.obj case.obj# ..\testmain\main_ansic.obj $(TARGETS): $(OBJS) @@ -45,7 +45,7 @@ !ELSE IF "$(BUILD_OS)" == "nds" -TARGETS = suite.nds +TARGETS = suite_x86win32fast.nds OBJS = main.o case.o# ..\testmain\main_NDS.o $(TARGETS): $(OBJS) diff -r 01a5762c6fba -r 1d6e51b1d4c7 test/suite_x86win32std/Nmakefile --- a/test/suite_x86win32std/Nmakefile Mon Sep 19 16:38:11 2022 +0200 +++ b/test/suite_x86win32std/Nmakefile Mon Sep 19 16:59:52 2022 +0200 @@ -35,7 +35,7 @@ !IF "$(BUILD_OS)" == "windows" -TARGETS = suite.exe +TARGETS = suite_x86win32std.exe OBJS = main.obj case.obj# ..\testmain\main_ansic.obj $(TARGETS): $(OBJS) @@ -45,7 +45,7 @@ !ELSE IF "$(BUILD_OS)" == "nds" -TARGETS = suite.nds +TARGETS = suite_x86win32std.nds OBJS = main.o case.o# ..\testmain\main_NDS.o $(TARGETS): $(OBJS)