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

📄 win32 static library

📁 UEStudioPortable.rar
💻
字号:
# ------- Open Watcom C++ 1.0 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]

Version = 1.0|11.0c
Target = 
Category&01 = DEFAULT RUN CONFIGURATION
Working Directory =.
Command Line Arguments =
Category&02 = COMPILER OPTIONS
Warning Level = 3|0|1|2|4
Link With = MD|ML|MT
Preprocessor (Debug) = /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS"
Preprocessor (Release) = /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL"
Excluded Files = Excludes
Compiler Options = 
Linker Options =
External Dependencies=yes|no

[SettingsInfo]
Version = Provides a space for you to specify an version of compiler you want to use. 
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.
Preprocessor (Debug) = Shows the switches the tool will use to build. You can to add or remove switches.
Preprocessor (Release) = Shows the switches the tool will use to build. You can to add or remove switches.
Warning Level = Specifies the severity of warning for which the compiler generates messages.	
Link With = Link with MD-Creates a multithreaded App using MSVCRT, ML-Creates a single-threaded App using LIBC, MT-Creates a multithreaded App using LIBCMT
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.
External Dependencies=If you select "yes" option, UE Studio will generate in project group "External Dependencies" from included files.

[Variables]

CPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Open Watcom\c_$(Version)\Install Location)
WL = /W$(Warning Level)
LW = /$(Link With)
Debugger = 

[Environment]

PATH = $(CPATH)\BINNT;$(CPATH)\BINW;%PATH%
INCLUDE = $(CPATH)\H;$(CPATH)\H\NT;
FINCLUDE = $(CPATH)\SRC\FORTRAN
LIB = $(CPATH)\LIB386;$(CPATH)\LIB386\NT
WATCOM = $(CPATH)

[General]

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

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

[MakeCommands]

run = Execute Application
makef=Show Makefile

[Execute Application]

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

[InsertFiles]

[FileGroups]

FGO = .obj;

[GroupFormats]

FGO = %s

[Build]

Out = $T
Depends = $FGO
ReleaseFlag = /incremental:no /opt:ref
DebugFlag = /incremental:yes /debug /opt:noref
Cmd0 = LIB $(Linker Options) /NOLOGO /OUT:$O $FGO

[.C]

Out = $In.obj
ReleaseFlag = $(LW) $(WL) /GX /O2 /FD $(Preprocessor (Release))
DebugFlag = $(LW)d $(WL) /GX /Od /FD $(Preprocessor (Debug))
Cmd0 = CL /nologo /G5 $(Compiler Options) $R /c $I

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

[.RC]

Out = $In.res
Cmd0 = RC /fo$O $I

[.ASM]

Out = $In.obj
Cmd0 = WASM /nologo /coff /c /Cp /Fo$O $I

IncFiles = 1
CaseSensitive = 0
IncDirs = .;$(INCLUDE);
IncKeyWords = include;
Comments = ;.eol.
[SettingsReps]
External Dependencies=yes=1|no=0
[Show Makefile]
Title=Show makefile
Cmd0=uestudio $(UESMAKEFILE)
ShowWindow=1
DisplayConsole=0

⌨️ 快捷键说明

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