summaryrefslogtreecommitdiff
path: root/scp2/source/draw/file_draw.scp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-28 23:51:16 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-29 11:37:50 +0100
commit557f58d1cfac2d602c3cc74927eea9e771fe5d67 (patch)
treed1721c8bf4a974a2a0b9cae8464bad6879ead3a9 /scp2/source/draw/file_draw.scp
parent5ceb8b7be6102d2f2b8228afc8c17d9e0d380be2 (diff)
scp2: move draw executables to AutoInstall
Change-Id: I6f7642a39fb72cfed85638cdd9015bf0aced8a20
Diffstat (limited to 'scp2/source/draw/file_draw.scp')
-rw-r--r--scp2/source/draw/file_draw.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/draw/file_draw.scp b/scp2/source/draw/file_draw.scp
index 74285e0ed00f..4f8d610d7feb 100644
--- a/scp2/source/draw/file_draw.scp
+++ b/scp2/source/draw/file_draw.scp
@@ -33,11 +33,11 @@ File gid_File_Help_Sdraw_Zip
End
#endif
-#ifndef MACOSX
+#if !defined MACOSX && !defined WNT
File gid_File_Exe_Sdraw
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
- Name = EXENAME(sdraw);
+ Name = "sdraw";
Styles = (PACKED);
End
#endif