diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ w32lib: custom import libraries for OS user-space interfaces + +# manual generation of .def source files: +# make -f project/w32def/w32def.mk W32_SYSDIR=/path/to/Windows/System32 w32def +# adjust the value of W32_SYSDIR as needed. |