mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 17:05:20 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
6
dependencies/fat32format/Makefile
vendored
Normal file
6
dependencies/fat32format/Makefile
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
CXX = clang-cl
|
||||
CXXFLAGS += -utf-8 -std:c++latest -EHsc -GR- -W4 -Werror=gnu -Wmicrosoft -Wno-missing-field-initializers -Wpedantic
|
||||
|
||||
fat32format: fat32format.cpp
|
||||
clean:
|
||||
rm fat32format.exe
|
Loading…
Add table
Add a link
Reference in a new issue