diff options
Diffstat (limited to 'Application/EfiDSEFix')
-rw-r--r-- | Application/EfiDSEFix/Makefile.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/EfiDSEFix/Makefile.mingw b/Application/EfiDSEFix/Makefile.mingw index ae6f8d3..cc3b0a4 100644 --- a/Application/EfiDSEFix/Makefile.mingw +++ b/Application/EfiDSEFix/Makefile.mingw @@ -1,6 +1,6 @@ CC = x86_64-w64-mingw32-gcc CXX = x86_64-w64-mingw32-g++ -CFLAGS = -m64 -fPIC -mconsole -municode +CFLAGS = -m64 -fPIC -municode TARGETS := src/main.o src/pe.o src/sysinfo.o src/EfiDSEFix.o src/hde/hde64.o IMPLIBS := -lntdll |