Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utoni/mingw-w64-driver
A simple and stupid "Mingw64 Driver Plus Plus" project example.
https://github.com/utoni/mingw-w64-driver
mingw-w64-dpp
Last synced: about 1 month ago
JSON representation
A simple and stupid "Mingw64 Driver Plus Plus" project example.
- Host: GitHub
- URL: https://github.com/utoni/mingw-w64-driver
- Owner: utoni
- Created: 2022-08-30T10:00:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T06:13:17.000Z (about 2 years ago)
- Last Synced: 2023-03-22T13:18:29.494Z (over 1 year ago)
- Topics: mingw-w64-dpp
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mingw64 C++ Driver Example
An example ready to use together with [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp).
You can lookup the documentation there.
For TLDR folks:
```shell
make DPP_ROOT="[path-to-mingw-w64-ddk-template-dir]" all
```