📄 library
字号:
# ---- Windows Installer XML (WiX) configuration ---
# --- general --------------------------------------
# $P - project name
# $Pp - path to project directory
# $Pn - project name
# --- compile --------------------------------------
# $I - input full name
# $Ip - input path
# $In - input name
# $Ie - input extension
# $O - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R - release/debug setting for compiler
# --- build ----------------------------------------
# $T - target full name
# $Tp - target path
# $Tn - target name
# $O - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R - release/debug setting for linker
[Settings]
Target =
Category&01 = DEFAULT TEST CONFIGURATION
Working Directory =.
Command Line Arguments =
Category&02 = COMPILER OPTIONS
Warning Level = 0|1|2|3
Verbose Output = 0|1|2|3
Warnings As Errors = no|yes
Suppress Schema Validation = no|yes
Include Search Path =
Compiler Options =
Preprocessor =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory = Provides a space for you to specify the directory in which executing occurs. If you do not specify a directory, executing occurs in the directory where the executable is located.
Command Line Arguments = Provides a space for you to specify command-line arguments you want to pass to the program at startup.
Libraries = Provides a space for you to specify an object file or standard library (either static or import) to pass to the linker. Separate file names with a space.
Excluded Files = This will exclude the file(s) included in this UE project group from the build.
Compiler Options = Provides a space for you to specify an additional compiler options.
Linker Options = Provides a space for you to specify an additional linker options.
Warning Level = Set the warning level. 0: show all, 3: show none.
Verbose Output = Sets the level of verbose output. 0: most output, 3: none.
Warnings As Errors = Treat warnings as errors.
Suppress Schema Validation = Suppress schema validation of documents - performance boost.
Include Search Path = Add to include search path.
Preprocessor = -d<name>=<value> define a parameter for the preprocessor.
[SettingsReps]
Warning Level = @-w%s
Verbose Output = @-v%s
Warnings As Errors = no=|yes=-ws
Suppress Schema Validation = no=|yes=-ss
Include Search Path = @-I%s
[Variables]
CPATH =C:\WiX
COPT = -nologo $(Compiler Options) $(Preprocessor) $(Verbose Output) $(Warning Level) $(Warnings As Errors) $(Suppress Schema Validation)
LOPT = -nologo
[Environment]
PATH = $(CPATH);%PATH%
[General]
TargetExt = .wixlib
ReleaseOut = Release
DebugOut = Debug
UseFullPaths = 0
UseDosNames = 0
Excludes = $(Excluded Files)
[MakeCommands]
makef=Show Makefile
[Show Makefile]
Title=Show makefile
Cmd0=uestudio $(UESMAKEFILE)
ShowWindow=1
DisplayConsole=0
[FileGroups]
FGO = .wixobj;
[GroupFormats]
FGO = %s
[Build]
Out = $T
Depends = $FGO
Cmd0 = lit $(LOPT) $R -out $T $FGO
[.WXS]
Out = $In.wixobj
Cmd0 = candle $(COPT) $R -out $O $I
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -