mirror of
https://github.com/zsh-users/zsh
synced 2024-11-05 16:08:45 +00:00
8 lines
238 B
Text
8 lines
238 B
Text
// 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"
|