1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Pete Batard
b6c6e37927 [mingw] switched to autotools for Makefile generation
* allows better integration with Clang
* use ./autogen.sh to generate compilation scripts
* old Makefile renamed to mf so that make -f mf can still be invoked
* also fixed one Clang warning
2011-12-01 19:43:45 +00:00
Pete Batard
2390b305c8 [misc] move drive related functions into their own source 2011-12-01 17:54:35 +00:00
Pete Batard
79f3e78ec3 misc] move formatting functions into their own source
* also add missing #pragma once in msapi_utf8.h
2011-12-01 17:20:52 +00:00
Pete Batard
bc252400a1 [misc] move I/O functions into their own source 2011-12-01 16:34:42 +00:00
Pete Batard
70a5116bb7 [mingw] Makefile improvements
* also fixed removal of .tag in git post commit hook
2011-11-30 19:43:30 +00:00
Pete Batard
d3d07e97bd [mingw] add ms-sys support for MinGW and fix warnings 2011-11-29 20:48:51 +00:00
Pete Batard
f75a9fc7cb [boot] added MS-DOS file extraction from diskcopy.dll
* diskcopy.dll contains a resource ('BINFILE') that is a 1.4MB
  floppy image of a bootable MS-DOS disk (FAT12)
* we can extract these files and use them for bootable USB
2011-11-27 02:09:45 +00:00
Pete Batard
f355c450b6 [ui] added About and License dialogs
* also added partition information
* also fixed enumeration of non Windows FS USB devices
2011-11-21 17:06:17 +00:00
Pete Batard
3d1131faaf [mingw] fixed MinGW32 compilation 2011-11-20 22:50:26 +00:00
Pete Batard
4dfb38430f [wdk] use batch file in order to keep a Makefile 2011-11-20 22:20:28 +00:00
Renamed from GNUmakefile (Browse further)