-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFrotz.inf
68 lines (63 loc) · 1.4 KB
/
Frotz.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## @file
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = Frotz
FILE_GUID = 53852d51-9444-4836-b23b-f76db1030979
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 0.1
ENTRY_POINT = ShellCEntryLib
#
# VALID_ARCHITECTURES = X64
#
[Sources]
src/common/missing.c
src/common/buffer.c
src/common/err.c
src/common/fastmem.c
src/common/files.c
src/common/frotz.h
src/common/getopt.c
src/common/hotkey.c
src/common/input.c
src/common/main.c
src/common/math.c
src/common/missing.h
src/common/object.c
src/common/process.c
src/common/quetzal.c
src/common/random.c
src/common/redirect.c
src/common/screen.c
src/common/setup.h
src/common/sound.c
src/common/stream.c
src/common/table.c
src/common/text.c
src/common/unused.h
src/common/variable.c
src/blorb/blorb.h
src/blorb/blorblib.c
src/dumb/dblorb.c
src/dumb/dblorb.h
src/dumb/dfrotz.h
src/dumb/dinit.c
src/dumb/dinput.c
src/dumb/doutput.c
src/dumb/dpic.c
[Packages]
StdLib/StdLib.dec
MdePkg/MdePkg.dec
[LibraryClasses]
UefiLib
LibC
LibString
LibStdio
LibGdtoa
LibWchar
LibMath
DevShell
DevConsole
[BuildOptions]
INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
MSFT:*_*_*_CC_FLAGS = /Od
GCC:*_*_*_CC_FLAGS = -O2 -DCONFIG_DIR=\".\" -DVERSION=\"2.54\"