mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
|
// 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"
|