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

[mingw] fixed app launching a console on startup

* was the windows subsystem flag
* also added BETA status on about box
This commit is contained in:
Pete Batard 2011-12-02 00:39:48 +00:00
parent d67768923e
commit 9daeec0fa1
3 changed files with 9 additions and 9 deletions

View file

@ -12,5 +12,5 @@ rufus_rc.o: rufus.rc
rufus_SOURCES = fat12.c fat16.c fat32.c br.c file.c drive.c msdos.c format.c stdio.c stdlg.c rufus.c
rufus_CFLAGS = -I./inc $(ARCH_CFLAGS) $(AM_CFLAGS)
# static ensures that the exe can be shared as a standalone, and still allow driver installation
rufus_LDFLAGS = $(AM_LDFLAGS) -static
rufus_LDFLAGS = $(AM_LDFLAGS) -mwindows -static
rufus_LDADD = rufus_rc.o -lsetupapi -lole32 -lgdi32