📄 noframeworksettings.sbs
字号:
I-Logix-RPY-Archive version 5.0.18 C++ 468421
{ IProfile
- _id = GUID 7b5a0db4-f043-4b76-8888-d013f661ce82;
- _myState = 8192;
- _name = "NoFrameworkSettings";
- _lastID = 1;
- Declaratives = { IRPYRawContainer
- size = 1;
- value =
{ IStereotype
- _id = GUID f372cb39-47e5-47a6-ad5a-26adf7942c23;
- _properties = { IPropertyContainer
- Subjects = { IRPYRawContainer
- size = 2;
- value =
{ IPropertySubject
- _Name = "CG";
- Metaclasses = { IRPYRawContainer
- size = 1;
- value =
{ IPropertyMetaclass
- _Name = "Configuration";
- Properties = { IRPYRawContainer
- size = 1;
- value =
{ IProperty
- _Name = "MainGenerationScheme";
- _Value = "UserInitializationOnly";
- _Type = Enum;
- _ExtraTypeInfo = "Full,UserInitializationOnly";
}
}
}
}
}
{ IPropertySubject
- _Name = "CPP_CG";
- Metaclasses = { IRPYRawContainer
- size = 4;
- value =
{ IPropertyMetaclass
- _Name = "Configuration";
- Properties = { IRPYRawContainer
- size = 1;
- value =
{ IProperty
- _Name = "GenericEventHandling";
- _Value = "False";
- _Type = Bool;
}
}
}
{ IPropertyMetaclass
- _Name = "Framework";
- Properties = { IRPYRawContainer
- size = 17;
- value =
{ IProperty
- _Name = "ActiveBase";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ActiveBaseUsage";
- _Value = "False";
- _Type = Bool;
}
{ IProperty
- _Name = "ActiveIncludeFiles";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "EventBase";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "EventBaseUsage";
- _Value = "False";
- _Type = Bool;
}
{ IProperty
- _Name = "EventIncludeFiles";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "HeaderFile";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "IncludeHeaderFile";
- _Value = "False";
- _Type = Bool;
}
{ IProperty
- _Name = "ProtectedBase";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ProtectedBaseUsage";
- _Value = "False";
- _Type = Bool;
}
{ IProperty
- _Name = "ProtectedClassDeclaration";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ProtectedIncludeFiles";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ReactiveBase";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ReactiveBaseUsage";
- _Value = "False";
- _Type = Bool;
}
{ IProperty
- _Name = "ReactiveIncludeFiles";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "ReactiveSetTask";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "StaticMemoryIncludeFiles";
- _Value = "";
- _Type = String;
}
}
}
{ IPropertyMetaclass
- _Name = "Microsoft";
- Properties = { IRPYRawContainer
- size = 3;
- value =
{ IProperty
- _Name = "AdaptorSearchPath";
- _Value = "";
- _Type = String;
}
{ IProperty
- _Name = "CompileSwitches";
- _Value = "/I . /I $OMDefaultSpecificationDirectory /I /nologo /W3 /GX $OMCPPCompileCommandSet /D \"_AFXDLL\" /D \"WIN32\" /D \"_CONSOLE\" /D \"_MBCS\" /D \"_WINDOWS\" $(INST_FLAGS) $(INCLUDE_PATH) $(INST_INCLUDES) /c ";
- _Type = MultiLine;
}
{ IProperty
- _Name = "MakeFileContent";
- _Value = "
############# Target type (Debug/Release) ##################
############################################################
CPPCompileDebug=$OMCPPCompileDebug
CPPCompileRelease=$OMCPPCompileRelease
LinkDebug=$OMLinkDebug
LinkRelease=$OMLinkRelease
BuildSet=$OMBuildSet
SUBSYSTEM=$OMSubSystem
COM=$OMCOM
RPFrameWorkDll=$OMRPFrameWorkDll
ConfigurationCPPCompileSwitches=$OMReusableStatechartSwitches $OMConfigurationCPPCompileSwitches
!IF \"$(RPFrameWorkDll)\" == \"True\"
ConfigurationCPPCompileSwitches=$(ConfigurationCPPCompileSwitches) /D \"FRAMEWORK_DLL\"
!ENDIF
!IF \"$(COM)\" == \"True\"
SUBSYSTEM=/SUBSYSTEM:windows
!ENDIF
################### Compilation flags ######################
############################################################
INCLUDE_QUALIFIER=/I
LIB_PREFIX=MS
################### Commands definition #########################
#################################################################
RMDIR = rmdir
LIB_CMD=link.exe -lib
LINK_CMD=link.exe
LIB_FLAGS=$OMConfigurationLinkSwitches
LINK_FLAGS=$OMConfigurationLinkSwitches $(SUBSYSTEM) /MACHINE:I386
############### Generated macros #################
##################################################
$OMContextMacros
OBJ_DIR=$OMObjectsDir
!IF \"$(OBJ_DIR)\"!=\"\"
CREATE_OBJ_DIR=if not exist $(OBJ_DIR) mkdir $(OBJ_DIR)
CLEAN_OBJ_DIR= if exist $(OBJ_DIR) $(RMDIR) $(OBJ_DIR)
!ELSE
CREATE_OBJ_DIR=
CLEAN_OBJ_DIR=
!ENDIF
######################## Predefined macros ############################
#######################################################################
LIB_POSTFIX=
!IF \"$(BuildSet)\"==\"Release\"
LIB_POSTFIX=R
!ENDIF
!IF \"$(TARGET_TYPE)\" == \"Executable\"
LinkDebug=$(LinkDebug) /DEBUG
LinkRelease=$(LinkRelease) /OPT:NOREF
!ELSEIF \"$(TARGET_TYPE)\" == \"Library\"
LinkDebug=$(LinkDebug) /DEBUGTYPE:CV
!ENDIF
################## Generated dependencies ########################
##################################################################
$OMContextDependencies
$OMFileObjPath : $OMMainImplementationFile $(OBJS)
$(CPP) $(ConfigurationCPPCompileSwitches) /Fo\"$OMFileObjPath\" $OMMainImplementationFile
########################## Linking instructions ###############################
###############################################################################
$(TARGET_NAME)$(EXE_EXT): $(OBJS) $(ADDITIONAL_OBJS) $OMFileObjPath $OMMakefileName $OMModelLibs
@echo Linking $(TARGET_NAME)$(EXE_EXT)
$(LINK_CMD) $OMFileObjPath $(OBJS) $(ADDITIONAL_OBJS) \\
$(LIBS) \\
$(LINK_FLAGS) /out:$(TARGET_NAME)$(EXE_EXT)
$(TARGET_NAME)$(LIB_EXT) : $(OBJS) $(ADDITIONAL_OBJS) $OMMakefileName
@echo Building library $@
$(LIB_CMD) $(LIB_FLAGS) /out:$(TARGET_NAME)$(LIB_EXT) $(OBJS) $(ADDITIONAL_OBJS)
clean:
@echo Cleanup
$OMCleanOBJS
if exist $OMFileObjPath erase $OMFileObjPath
if exist *$(OBJ_EXT) erase *$(OBJ_EXT)
if exist $(TARGET_NAME).pdb erase $(TARGET_NAME).pdb
if exist $(TARGET_NAME)$(LIB_EXT) erase $(TARGET_NAME)$(LIB_EXT)
if exist $(TARGET_NAME).ilk erase $(TARGET_NAME).ilk
if exist $(TARGET_NAME)$(EXE_EXT) erase $(TARGET_NAME)$(EXE_EXT)
$(CLEAN_OBJ_DIR)
";
- _Type = MultiLine;
}
}
}
{ IPropertyMetaclass
- _Name = "Package";
- Properties = { IRPYRawContainer
- size = 2;
- value =
{ IProperty
- _Name = "ImplementationProlog";
- _Value = "short lId;";
- _Type = MultiLine;
}
{ IProperty
- _Name = "SpecIncludes";
- _Value = "definitions.h";
- _Type = String;
}
}
}
}
}
}
}
- _name = "No Framework";
- _m2Classes = { IRPYRawContainer
- size = 1;
- value = "Project";
}
}
}
- weakCGTime = 6.8.2004::4:54:53;
- strongCGTime = 6.8.2004::4:54:53;
- AssociationElements = { IRPYRawContainer
- size = 0;
}
- _defaultComposite = GUID c8823fe9-cafb-4844-9707-5c958528008f;
- _eventsBaseID = -1;
- Classes = { IRPYRawContainer
- size = 1;
- value =
{ IClass
- _id = GUID c8823fe9-cafb-4844-9707-5c958528008f;
- _myState = 40960;
- _name = "TopLevel";
- weakCGTime = 6.8.2004::4:54:53;
- strongCGTime = 6.8.2004::4:54:53;
- AssociationElements = { IRPYRawContainer
- size = 0;
}
- _multiplicity = "";
- _itsStateChart = NULL;
- Associations = { IRPYRawContainer
- size = 0;
}
- PrimitiveOperations = { IRPYRawContainer
- size = 0;
}
- TriggeredOperations = { IRPYRawContainer
- size = 0;
}
- Receptions = { IRPYRawContainer
- size = 0;
}
- Attrs = { IRPYRawContainer
- size = 0;
}
- ObjectLinks = { IRPYRawContainer
- size = 0;
}
- _classModifier = Unspecified;
}
}
- Events = { IRPYRawContainer
- size = 0;
}
- Types = { IRPYRawContainer
- size = 0;
}
- UseCases = { IRPYRawContainer
- size = 0;
}
- Actors = { IRPYRawContainer
- size = 0;
}
- _configurationRelatedTime = 1.2.1990::0:0:0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -