⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win32 console application

📁 UEStudioPortable.rar
💻
📖 第 1 页 / 共 2 页
字号:
Intel Pentium III = yes=K|no=
Intel Pentium 4, Xeon & M = yes=W|no=
Function Splitting = yes=|no=/Qfnsplit-
FP Port = no=|yes=/Qfp_port
Interprocedural Opt = no=|yes=/Qip
Contraction of FP Multiply = no=|yes=/QIPF_fma
FP Speculation = no=|DEFAULT=@/QIPF_fp_speculation%s
FP Operations Evaluation = no=|yes=/QIPF_flt_eval_method0
Controlling Accuracy of the FP Results = yes=|no=/QIPF_fltacc
OpenMP* diagnostic levels = disable=|DEFAULT=@/Qopenmp_report%s
OpenMP = no=|yes=/Qopenmp
Optimization Report = no=|yes=/Qopt_report
Auto parallelization = no=|yes=/Qparallel
Precision = 64=|DEFAULT=@/Qpc%s
Loop Unroll = n=|DEFAULT=@/Qunroll%s
Vectorizer Quick Reference = n=|DEFAULT=@/Qvec_report%s
Fast Float To Int Conversion = default=|no=/QIfist-|yes=/QIfist
Use EBP in Opt = yes=|no=/Oy-
Flushes Denormal Results to Zero = no=/Qftz-|yes=/Qftz
CHkstk Calls = no=/Qchkstk-|yes=
Correct Computation = no=|yes=/QI0f
FDiv Patch = no=|yes=/QIfdiv
NoBSS Init = no=|yes=/Qnobss_init
Save Opt to EXE = no=|yes=/Qsox
Version String = @/V%s
Additional Include Directories=^@[;|%s;]

[Variables]

DevStudioRegistry = $(DevStudio)
Platform = Win32 (x86)
RegPath = Software\Microsoft\DevStudio\$(DevStudioRegistry)\Build System\Components\Platforms

I32CP = $(Function Splitting) $(FP Port) $(Auto parallelization) $(Precision) $(Fast Float To Int Conversion) $(Vectorizer Quick Reference) $(Use EBP in Opt) $(Correct Computation) $(FDiv Patch) $(Save Opt to EXE)
I64CP = $(Contraction of FP Multiply) $(FP Speculation) $(FP Operations Evaluation) $(Controlling Accuracy of the FP Results) $(Optimization Report) $(Flushes Denormal Results to Zero) $(CHkstk Calls)
I3264 = {[$(Intel Platform)=][IA32=$(I32CP)][IA64=$(I64CP)]}
INOPT = $(Interprocedural Opt) /Qipo_obj $(OpenMP* diagnostic levels) $(OpenMP)  $(Auto parallelization) $(Loop Unroll) $(NoBSS Init) $(Version String)
COPT  = $(Compiler Options) $(I3264) $(INOPT) $(Warning Level) $(Calling Convention) $(Exception Handling) $(RTTI) $(ConDisp) $(Processor) $(Struct Alignment) $(Incremental Compilation)
LOPT  = $(Linker Options) /MACHINE:$(Machine) $(Align) $(Comment) $(Map File) $(Map Info) $(Merge) $(Stub)
SPOPT = {[$(Intel Platform)=][IA32=$(Spec. CPU Opt (next 4 opt))][IA64=]}
IOPT  = $(Expand STDLIB functions) $(SPOPT)

Machine = IX86
COMPILER = {[$(Intel Platform)=][IA32=ICL][IA64=ECL]}
ASSEMBLER = {[$(Intel Platform)=][IA32=ML][IA64=IAS]}

IsEDB = {[$(Debugger)=][EDB=YES]}
DebugMe = {[$(ISEDB)=][YES=$(Debugger) $Tp\$Tn][=$(Debugger) $T]}

[Environment]

PATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\INTEL\Compilers\C++\$(Version)\$(Intel Platform)\BinDir);$(HKEY_CURRENT_USER\$(RegPath)\$(Platform)\Directories\Path Dirs)
INCLUDE = $(HKEY_CURRENT_USER\$(RegPath)\$(Platform)\Directories\Include Dirs);$(Additional Include Directories);$(HKEY_LOCAL_MACHINE\SOFTWARE$6432\INTEL\Compilers\C++\$(Version)\$(Intel Platform)\IncludeDir);
LIB = $(HKEY_CURRENT_USER\$(RegPath)\$(Platform)\Directories\Library Dirs);$(HKEY_LOCAL_MACHINE\SOFTWARE$6432\INTEL\Compilers\C++\$(Version)\$(Intel Platform)\LibDir);

[General]

TargetExt = .EXE
ReleaseOut = Release
DebugOut = Debug
UseFullPaths = 0
UseDosNames = 0
Excludes = $(Excluded Files)

.CPP=.C
.CXX=.C
.CC=.C
.I=.C
.S=.NSM
GenerateEDGroup=$(External Dependencies)

[MakeCommands]

run = Execute Application
debug =Start Debugger
peview=PEview
mkf = Show Makefile

[Show Makefile]
Cmd0 = uestudio makefile
ShowWindow = 1
DisplayConsole = 0

[Execute Application]

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

[Start Debugger]

Title = Debug $Tn$Te
Cmd0 = $(DebugMe)
Depends = $T
ShowWindow =1

[InsertFiles]

group0 = $(Libraries)

[FileGroups]

FGO = .obj;.res;
FGL = .lib;
FGD = .def;

[GroupFormats]

FGO = %s
FGL = %s
FGD = /def:%s

[Build]

Out = $T
Depends = $FGO
ReleaseFlag = /incremental:no
DebugFlag = /incremental:yes /debug $(Debug Type)
Cmd0 = XILINK /NOLOGO $(LOPT) /SUBSYSTEM:CONSOLE $FGD /OUT:$O $R $FGO $FGL

[.C]

Out = $In.obj
ReleaseFlag = $(Link With) $(IOPT) /FD $(Preprocessor (Release))
DebugFlag = $(Link With)d /Gm /ZI /Od /FD /GZ $(Preprocessor (Debug)) /Qinline_debug_info
Cmd0 = $(COMPILER) /nologo $(COPT) $R /c $I

IncFiles = 1
CaseSensitive = 1
IncDirs = .;$(INCLUDE);
IncKeyWords = #include;
Comments = /*.*/.//.eol.

[.RC]

Out = $In.res
Cmd0 = RC /fo$O $I
IncFiles = 1
CaseSensitive = 1
IncDirs = .;$(INCLUDE);
IncKeyWords = #include;
Comments = /*.*/.//.eol.

[.ASM]

Out = $In.obj
Cmd0 = $(ASSEMBLER) /nologo /coff /c /Cp /Fo$O $I

IncFiles = 1
CaseSensitive = 0
IncDirs = .;$(INCLUDE);
IncKeyWords = include;
Comments = ;.eol.

[.NSM]

Out = $In.obj
Cmd0 = NASMW -f win32 -i$Ip -o$O $I
IncFiles = 1
CaseSensitive = 0
IncDirs = .;
IncKeyWords = %include;
Comments = ;.eol.

[PEview]
Title=Show PE Information
Depends=$T
Cmd0=uetools -pe $T
ShowWindow=1
DisplayConsole=0

⌨️ 快捷键说明

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