Skip to content

Retrieves information about architecture (32 or 64-bit) for dll and exe

License

Notifications You must be signed in to change notification settings

chipmunk-sm/ArchitectureInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchitectureInfo

Retrieves information about architecture (32 or 64-bit) for dll and exe

Operating System: Windows

Usage: architectureinfo.exe "path to folder or file"

Download the latest version from github: https://github.com/chipmunk-sm/ArchitectureInfo/releases

* Prevent the Command Prompt from Closing Automatically: Launch the command prompt by typing cmd /K

CMake

screen

Build

open "x64 Native Tools Command Prompt for VS 2019" or set build environment in preferred way.

CD "working folder" 
git clone https://github.com/chipmunk-sm/ArchitectureInfo.git
CD ArchitectureInfo
MKDIR build
CD build
cmake ../
cmake --build . --config Release

Copy exe and runtime libraries to "install" folder

cmake --install . --prefix ./install

Create package using ZIP

cpack -G ZIP -C Release

About

Retrieves information about architecture (32 or 64-bit) for dll and exe

Resources

License

Stars

Watchers

Forks

Packages

No packages published