UNIXwork
code
/
srctoolkit
/
client
Hide Line Numbers
Download
Makefile
Makefile.unix
Makefile.win32
app.manifest
app.rc
app.res
args.c
args.h
main.c
main.h
uiclient.c
uiclient.h
1
RES_FILE = app.res
2
3
$(RES_FILE): app.rc app.manifest
4
llvm-rc app.rc
5
6