From c0ab630768a09d54d15d2f4af026049fe46f3b90 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 16 Aug 2000 13:23:37 +0000 Subject: pws/Andrej: 12594, 12661: Windows resources and icon --- Src/zsh.rc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Src/zsh.rc (limited to 'Src/zsh.rc') diff --git a/Src/zsh.rc b/Src/zsh.rc new file mode 100644 index 000000000..93c82ba1f --- /dev/null +++ b/Src/zsh.rc @@ -0,0 +1,8 @@ +// Use this file as follows +// +// myapp.exe : myapp.o myapp.res +// gcc -mwindows myapp.o myapp.res -o $@ +// +// myapp.res : myapp.rc resource.h +// windres $< -O coff -o $@ +IDR_MAINFRAME ICON DISCARDABLE "zsh.ico" -- cgit 1.4.1