mirror of
https://github.com/vxcontrol/lualibs-winapi.git
synced 2026-07-01 13:54:03 -04:00
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
c.shared{'examples/winapi',src='winapi wutils',needs='lua',
|
|
defines='PSAPI_VERSION=1',
|
|
libs = 'kernel32 user32 psapi advapi32 shell32 Mpr',
|
|
dynamic = true,
|
|
strip = true
|
|
}
|
|
|
|
target('winapi.c',{'winapi.l.c'},'luam -C -llc winapi.l.c 1>winapi.c')
|
|
|