aboutsummaryrefslogtreecommitdiffstats
path: root/win32/setup.mak
diff options
context:
space:
mode:
Diffstat (limited to 'win32/setup.mak')
-rw-r--r--win32/setup.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/setup.mak b/win32/setup.mak
index 2b5d9c8708..9ca6daa5c6 100644
--- a/win32/setup.mak
+++ b/win32/setup.mak
@@ -123,10 +123,10 @@ runtime_name()
#endif
printf("!endif\n");
if (ver) {
- printf("OS = $$(TARGET_OS)_%s\n", ver);
+ printf("PLATFORM = $$(TARGET_OS)_%s\n", ver);
}
else {
- printf("OS = $$(TARGET_OS)\n");
+ printf("PLATFORM = $$(TARGET_OS)\n");
}
printf("RT = %s\n", base);
return 1;