mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
* NTFS boot records in ms-sys * also added debug duplication to PrintMessage * also fixed controls staying enabled during formatting
4 lines
153 B
Makefile
4 lines
153 B
Makefile
noinst_LIBRARIES = libmssys.a
|
|
|
|
libmssys_a_SOURCES = fat12.c fat16.c fat32.c ntfs.c partition_info.c br.c file.c
|
|
libmssys_a_CFLAGS = -I./inc $(AM_CFLAGS)
|