📄 win32 dll library
字号:
# --------- Pass32 Assembler 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
Warnings = default|none|all
Optimize Maximal = yes|no
Optimize Subroutines = yes|no
Optimize Jumps = yes|no
Optimize Register Instr. = yes|no
Excluded Files = Excludes
Compiler Options =
[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.
[SettingsReps]
Warnings = default=|none=-nw|all=-a
Optimize Maximal = yes=-o|no=
Optimize Subroutines = yes=-os|no=
Optimize Jumps = yes=-oj|no=
Optimize Register Instr. = yes=-or|no=
[Variables]
CPATH =C:\MC
Optimize = $(Optimize Maximal) $(Optimize Subroutines) $(Optimize Jumps) $(Optimize Register Instr.)
Model = -dll
[Environment]
PATH = $(CPATH)\BIN
[General]
TargetExt = .DLL
ReleaseOut = .
DebugOut = .
UseFullPaths = 0
UseDosNames = 1
Excludes = $(Excluded Files)
RemoveDot = 1
[MakeCommands]
run = Execute Application
disassemble = Disassembler
debugger = Debugger
makef=Show Makefile
[Execute Application]
Title = Execute $T
Cmd0 = $(Command Line Arguments)
Depends = $T
ShowWindow = 1
DisplayConsole = 1
[Debugger]
Title = Debug $T
Cmd0 = PRODB32 $T
Depends = $T
ShowWindow = 1
DisplayConsole = 1
[Disassembler]
Title = Disassemble $T
Cmd0 = DISS32 $T
Depends = $T
ShowWindow = 1
DisplayConsole = 1
[FileGroups]
FGA = .ASM
[Build]
Out = $T
Depends = $FGA
ReleaseFlag = $(Optimize)
DebugFlag = -m
Cmd0 = PASS32 $FGA $(Linker Options) $R $(Model) -i:$(CPATH)\INC -out:$O
[Show Makefile]
Title=Show makefile
Cmd0=uestudio $(UESMAKEFILE)
ShowWindow=1
DisplayConsole=0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -