1.2.0 • Published 6 years ago

rename-dll v1.2.0

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

rename-dll

CLI for renaming DLL files on Windows, generating a new .lib file

Usage

rename-dll source.dll dest.dll

When linking agains shared libraries on Windows (Dynamically Linked Libraries) you use a .lib file which defines all exported symbols as well as the name of the .dll file. If you want to rename the DLL, eg. to version it and avoid collisions (DLL Hell), you need to regenerate this .lib file, which is binary. This module does this automatically for you!

API

rename-dll [--arch=x64] SRC DEST

Generate a .def file based on SRC, compile it to a .lib file next to DEST and rename the SRC to DEST. Optionally choose an architecture; possible values are x86/ia32, x64, arm and arm64.

Install

npm install rename-dll

License

ISC

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago