mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[wdk] include ms-sys files for WDK
This commit is contained in:
parent
d20e756765
commit
c54ecd83dd
3 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@ MSC_WARNING_LEVEL=/W3
|
||||||
|
|
||||||
USE_MSVCRT=1
|
USE_MSVCRT=1
|
||||||
|
|
||||||
INCLUDES=$(DDK_INC_PATH)
|
INCLUDES=$(DDK_INC_PATH);.\inc
|
||||||
C_DEFINES = $(C_DEFINES) /DDDKBUILD /DISOLATION_AWARE_ENABLED
|
C_DEFINES = $(C_DEFINES) /DDDKBUILD /DISOLATION_AWARE_ENABLED
|
||||||
|
|
||||||
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
||||||
|
@ -26,4 +26,9 @@ SXS_APPLICATION_MANIFEST=common_controls_and_elevation.manifest
|
||||||
SOURCES=rufus.c \
|
SOURCES=rufus.c \
|
||||||
stdlg.c \
|
stdlg.c \
|
||||||
msdos.c \
|
msdos.c \
|
||||||
|
file.c \
|
||||||
|
br.c \
|
||||||
|
fat12.c \
|
||||||
|
fat16.c \
|
||||||
|
fat32.c \
|
||||||
rufus.rc
|
rufus.rc
|
||||||
|
|
2
rufus.h
2
rufus.h
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#define RUFUS_DEBUG
|
#define RUFUS_DEBUG
|
||||||
|
|
||||||
#define APP_VERSION "Rufus v1.0.0.45"
|
#define APP_VERSION "Rufus v1.0.0.46"
|
||||||
#define STR_NO_LABEL "NO_LABEL"
|
#define STR_NO_LABEL "NO_LABEL"
|
||||||
#define RUFUS_CANCELBOX_TITLE "Rufus - Cancellation"
|
#define RUFUS_CANCELBOX_TITLE "Rufus - Cancellation"
|
||||||
#define DRIVE_INDEX_MIN 0x80
|
#define DRIVE_INDEX_MIN 0x80
|
||||||
|
|
BIN
rufus.rc
BIN
rufus.rc
Binary file not shown.
Loading…
Reference in a new issue