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