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

📄 win32 static library

📁 这个是一个编译器
💻
📖 第 1 页 / 共 2 页
字号:
Enable Intrinsic Functions = No=|Yes=/Oi
Favor Size or Speed = Fast Code=/Ot|Small Code=/Os
Omit Frame Pointers = No=|Yes=/Oy
Enable Fiber-safe Optimizations = No=|Yes=/GT
Whole Program Optimization = No=|Yes=/GL

Ignore Standard Include Paths = No=|Yes=/X
Generate Preprocessed File = No=|With Line Numbers=/P|Without Line Numbers=/EP /P
Keep Comments = No=|Yes=/C

Enable String Pooling = No=|Yes=/GF
Enable Minimal Rebuild = No=|Yes=/Gm
Enable C++ Excentions = No=|Yes=/EHsc|With SEH Exceptions=/EHa
Smaller Type Check = No=|Yes=/RTCc
Basic Runtime Checks = Default=|Stack Frames=/RTCs|Uninitialized Variables=/RTCu|Both=/RTC1
Runtime Library = MT DLL=/MD|MT=/MT|MT Debug=/MTd|MT Debug DLL=/MDd
Struct Member Alignment = Default=|1=/Zp1|2=/Zp2|4=/Zp4|8=/Zp8|16=/Zp16
Buffer Security Check = Yes=|No=/GS-
Enable Function-level Linking = No=|Yes=/Gy
Enable Enhanced Instruction Set = No=|SSE=/arch:SSE|SSE2=/arch:SSE2
Floating Point Model = Precise=/fp:precise|Strict=/fp:strict|Fast=/fp:fast
Enable Floating Point Exceptions = No=|Yes=/fp:except

Disable Language Extensions = No=|Yes=/Za
Default Char Unsigned = No=|Yes=/J
Treat wchar_t as Built-in Type = Yes=|No=/Zc:wchar_t
Force Conformance In For Loop Scope = Yes=|No=/Zc:forScope
Enable Run-Time Type Info = No=/GR-|Yes=/GR
OpenMP Support = No=|Yes=/openmp

Use/Create Precompiled Header = "Not Using=|Use=/Yu"$(Use/Create PCH Through File)"|Create=/Yc"$(Use/Create PCH Through File)""

Expand Attributed Source = No=|Yes=/Fx
Assembler Output = No=|Assembly Only=/FA|Assembly Machine Code and Source=/FAcs|Assembly With Machine Code=/FAc|Assembly With Source Code=/FAs
Create XML Documentation = No=|Yes=/doc

Calling Convention = __cdecl=/Gd|__fastcall=/Gr|__stdcall=/Gz
Compile As = Default=|C++ Code=/TP|C Code=/TC
Show Includes = No=|Yes=/showIncludes
Undefine All Preprocessor Definitions = No=|Yes=/u
Enable Code Analyse = No=|Yes=/analyze
Omit Default Library Names = No=|Yes=/Zl

External Dependencies = yes=1|no=0
                              
Subsystem = Console=/SUBSYSTEM:CONSOLE|Windows=/SUBSYSTEM:WINDOWS|Native=/SUBSYSTEM:NATIVE|EFI Application=/SUBSYSTEM:EFI_APPLICATION|EFI Boot Service Driver=/SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER|EFI ROM=/SUBSYSTEM:EFI_ROM|EFI Runtime=/SUBSYSTEM:EFI_RUNTIME_DRIVER|Posix=/SUBSYSTEM:POSIX|Windows CE=/SUBSYSTEM:WINDOWSCE

Definitions (Release) = @[;|/D "%s"]
Definitions (Debug) = @[;|/D "%s"]
Additional Include Directories=^@[;|%s;]
                             
[Variables]

C3OPT = $(Enable String Pooling) $(Enable Minimal Rebuild) $(Enable C++ Excentions) $(Smaller Type Check) $(Basic Runtime Checks) $(Runtime Library) $(Struct Member Alignment) $(Buffer Security Check) $(Enable Function-level Linking) $(Enable Enhanced Instruction Set) $(Floating Point Model) $(Enable Floating Point Exceptions)
C4OPT = $(Disable Language Extensions) $(Default Char Unsigned) $(Treat wchar_t as Built-in Type) $(Force Conformance In For Loop Scope) $(Enable Run-Time Type Info) $(OpenMP Support)
C6OPT = $(Expand Attributed Source) $(Assembler Output) $(Create XML Documentation)
C7OPT = $(Calling Convention) $(Compile As) $(Show Includes) $(Undefine All Preprocessor Definitions) $(Enable Code Analyse) $(Omit Default Library Names)

COPT = /FC $(Generate Preprocessed File) $(Keep Comments) $(Ignore Standard Include Paths) $(Suppress Startup Banner) $(Warning Level) $(Detect 64bit Issues) $(Treat Warnings As Errors) $(Additional Include Directories) $(C3OPT) $(C4OPT) $(Use/Create Precompiled Header) $(C6OPT) $(C7OPT) $(Additional Compiler Options)
LOPT = $(Suppress Startup Banner) $(Additional Librarian Options) 

CRFLAG = $(Definitions (Release)) $(Optimization) $(Inline Function Expansion) $(Whole Program Optimization) $(Enable Intrinsic Functions) $(Favor Size or Speed) $(Omit Frame Pointers) $(Enable Fiber-safe Optimizations)
CDFLAG = $(Definitions (Debug)) $(Debug Information Format)
         
LRFLAG = 
LDFLAG =          
         
RootDir = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\VisualStudio\SxS\VS7\8.0)
VcDir = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\VisualStudio\SxS\VC7\8.0)
CommonDir = $(RootDir)Common7
SDKDir = $(RootDir)SDK\v2.0

MSSDKDir = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\MicrosoftSDK\InstalledSDKs\$(MSSDK)\Install Dir)

[Environment]

PATH = $(CommonDir)\IDE;$(CommonDir)\Tools;$(SDKDir)\bin;$(VcDir)\bin;$(MSSDKDir)bin;%PATH%
INCLUDE = $(SDKDir)\include;$(VcDir)\include;$(Additional Include Directories);$(MSSDKDir)include;
LIB = $(SDKDir)\lib;$(VcDir)\lib;$(MSSDKDir)lib;

[General]

TargetExt = .LIB
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]

makef = Show Makefile

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

[InsertFiles]

group0 = $(Libraries)

[FileGroups]

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

[GroupFormats]

FGO = %s
FGL = %s

[Build]

Out = $T
Depends = $FGO
ReleaseFlag = $(LRFLAG)
DebugFlag = $(LDFLAG)
Cmd0 = LIB $(LOPT) $R /OUT:$O $FGO $FGL

[.C]

Out = $In.obj
ReleaseFlag = $(CRFLAG)
DebugFlag = $(CDFLAG)
Cmd0 = CL $(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 = ML /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.

[Clean]
Clean0 = *.pdb
Clean1 = *.idb
Clean2 = *.ilk

⌨️ 快捷键说明

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