custom import libraries for OS user-space interfaces
  • Shell 65.5%
  • Makefile 20.3%
  • M4 7.8%
  • C 6.4%
Find a file
2026-02-17 03:09:40 +00:00
def dependency symbols: manually generated initial set of .def source files. 2017-11-18 18:16:45 -05:00
fake dependency symbols: manually generated initial set of .def source files. 2017-11-18 18:16:45 -05:00
include/w32lib pre-alpha api: changed name space prefix from WLIB_ to W32LIB_. 2017-11-19 13:12:38 -05:00
project (mis)guid'ed data: pkey_app_user_model: initial commit. 2017-11-22 19:33:57 -05:00
sofort build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:40 +00:00
src (mis)guid'ed data: pkey_app_user_model: initial commit. 2017-11-22 19:33:57 -05:00
.gitignore project: updated .gitignore. 2019-11-03 14:15:17 +00:00
config.project project: config.project: default cflags: abstract the -std=c99 switch. 2021-06-05 02:55:50 +00:00
config.usage build system: configure: added the --pkgdatadir switch and associated logic. 2025-06-28 12:32:33 +00:00
configure build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:40 +00:00
COPYING.SOFORT build system: cfgtest: added cfgtest_function_presence(), fnapi.m4. 2025-09-09 03:26:05 +00:00
COPYING.W32LIB A new home. 2021-12-30 12:09:34 +00:00
Makefile.in build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:40 +00:00
README project: added w32def.mk, w32def.sh (generation of .def source files). 2017-11-18 18:16:42 -05:00
THANKS project: added w32lib.mk (generation of mdso-based import library archives). 2017-11-18 18:39:47 -05:00

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.