application

来自「UEStudioPortable.rar」· 代码 · 共 157 行

TXT
157
字号
# ------------ TMT Pascal 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 RUN CONFIGURATION
Working Directory =.
Command Line Arguments =
Category&02 = COMPILER OPTIONS
Word Alignment = on|off
Strict var-strings = on|off
Range Checking = off|on
Objects and Structures Align = off|on
I/O checking = on|off
Open string params = on|off
Overflow checking = off|on
Typed pointers = off|on
Show warnings = on|off
Extended syntax = on|off
Complete Boolean eval = off|on
Frame optimization = off|on
Registers optimization = on|off
C/C++ style comments = on|off
Ada-style comments = off|on
Intel MMX Assembler = on|off
AMD 3DNow! Assembler = on|off
Typed Inc/Dec operations = on|off
Extended procedure types = off|on
Excluded Files = Excludes
Compiler Options = 
Debugger= 

[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.
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.
Word Alignment = Switches on/off word-alignment of variables and typed constants.
Range Checking = Enables and disables the generation of range-checking code.
Objects and Structures Align = Switches on/off word-alignment of objects and structures.
I/O checking = Enables or disables the automatic code generation that checks the result of a call to an I/O procedure.
Open string params = Controls the meaning of variable parameters declared using string keyword.
Overflow checking = Controls the generation of overflow checking code.
Typed pointers = Controls the types of pointer values generated by the @ operator.
Show warnings = Switches on/off warnings generation.
Extended syntax = Enables or disables Turbo Pascal's extended syntax.
Complete Boolean eval = Switches on/off the two different models of code generation for the AND and OR Boolean operators.
Frame optimization = Switches on/off stack frame optimization.
Registers optimization = Switches on/off register optimization.
C/C++ style comments = Switches on/off C/C++ style comments recognition.
Ada-style comments = Switches on/off Ada-style comments recognition.
Intel MMX Assembler = Enables/disables Intel MMX instructions support in built-in assembler.
AMD 3DNow! Assembler = Enables/disables AMD 3DNow! Instructions support in built-in assembler.
Typed Inc/Dec operations = Enables/disables typed Inc/Dec operations on pointers.
Debugger=Provides a space for you to set the debugger you want to use to debug application.

[SettingsReps]

Word Alignment = on=|off=-$A-
Strict var-strings = on=|off=-$V-
Range Checking = off=|on=-$R+
Objects and Structures Align = off=|on=-$OA+
I/O checking = on=|off=-$I-
Open string params = on=|off=-$P-
Overflow checking = off=|on=-$Q+
Typed pointers = off=|on=-$T+
Show warnings = on=|off=-$W-
Extended syntax = on=|off=-$X-
Complete Boolean eval = off=|on=-$B+
Frame optimization = off=|on=-$OPTFRM+
Registers optimization = on=|off=-$OPTREG-
C/C++ style comments = on=|off=-$CC-
Ada-style comments = off=|on=-$AC+
Intel MMX Assembler = on=|off=-$MMX-
AMD 3DNow! Assembler = on=|off=-$AMD-
Typed Inc/Dec operations = on=|off=-$TPO-
Extended procedure types = off=|on=-$PROC:BASED+

[Variables]

CPATH =C:\TMTPL
COPT = -B $(Compiler Options) $(Word Alignment) $(Strict var-strings) $(Range Checking) $(Objects and Structures Align) $(I/O checking) $(Open string params) $(Overflow checking) $(Typed pointers) $(Show warnings) $(Extended syntax) $(Complete Boolean eval) $(Frame optimization) $(Registers optimization) $(C/C++ style comments) $(Ada-style comments) $(Intel MMX Assembler) $(AMD 3DNow! Assembler) $(Typed Inc/Dec operations) $(Extended procedure types)

[Environment]

PATH = $(CPATH)\BIN

[General]

TargetExt = .EXE
ReleaseOut = .
DebugOut = .
UseFullPaths = 0
UseDosNames = 1
Excludes = $(Excluded Files)
Prefix = &

[MakeCommands]

run = Execute Application
debug=Start Debugger
makef=Show Makefile

[Execute Application]

Title = Execute &T
Cmd0 = $(Command Line Arguments)
Depends = &T
ShowWindow = 1
DisplayConsole = 1

[FileGroups]

FGP = .pas;.asm;

[Build]

Out = &T
Depends = &FGP
ReleaseFlag = -$D- -$L-
DebugFlag = -$D+ -$L+
Cmd0 = tmtpc $(COPT) &R &FGP
[Start Debugger]
Title=Debug $T
Cmd0=$(Debugger) $T
Depends=$T
ShowWindow=1
[Show Makefile]
Title=Show makefile
Cmd0=uestudio $(UESMAKEFILE)
ShowWindow=1
DisplayConsole=0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?