mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 22:07:48 +00:00
GEEKING
This commit is contained in:
Vendored
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
+7
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:sgCoreStatic.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
BIN
Binary file not shown.
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEWorkspaceUserSettings_BuildLocationStyle</key>
|
||||
<integer>2</integer>
|
||||
<key>IDEWorkspaceUserSettings_HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
||||
<true/>
|
||||
<key>IDEWorkspaceUserSettings_SnapshotAutomaticallyBeforeSignificantChanges</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "1.0">
|
||||
<FileBreakpoints>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
isPathRelative = "0"
|
||||
filePath = "../../Core/common_hdr.h"
|
||||
timestampString = "365368210.2485"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "55"
|
||||
endingLineNumber = "55">
|
||||
</FileBreakpoint>
|
||||
</FileBreakpoints>
|
||||
</Bucket>
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3A5D6EDE15C6665B00E97660"
|
||||
BuildableName = "libsgCoreStatic.a"
|
||||
BlueprintName = "sgCoreStatic"
|
||||
ReferencedContainer = "container:sgCoreStatic.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>sgCoreStatic.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>3A5D6EDE15C6665B00E97660</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,512 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
activeBuildConfigurationName = Debug;
|
||||
activeTarget = D2AAC09C05546B4700DB518D /* sgCore */;
|
||||
addToTargets = (
|
||||
D2AAC09C05546B4700DB518D /* sgCore */,
|
||||
);
|
||||
codeSenseManager = 2EE1119314A3A8400094CAAE /* Code sense */;
|
||||
perUserDictionary = {
|
||||
PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
20,
|
||||
631,
|
||||
243,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXErrorsWarningsDataSource_TypeID,
|
||||
PBXErrorsWarningsDataSource_MessageID,
|
||||
PBXErrorsWarningsDataSource_LocationID,
|
||||
);
|
||||
};
|
||||
PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
22,
|
||||
300,
|
||||
572,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXExecutablesDataSource_ActiveFlagID,
|
||||
PBXExecutablesDataSource_NameID,
|
||||
PBXExecutablesDataSource_CommentsID,
|
||||
);
|
||||
};
|
||||
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
20,
|
||||
684,
|
||||
20,
|
||||
48,
|
||||
43,
|
||||
43,
|
||||
20,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXFileDataSource_FiletypeID,
|
||||
PBXFileDataSource_Filename_ColumnID,
|
||||
PBXFileDataSource_Built_ColumnID,
|
||||
PBXFileDataSource_ObjectSize_ColumnID,
|
||||
PBXFileDataSource_Errors_ColumnID,
|
||||
PBXFileDataSource_Warnings_ColumnID,
|
||||
PBXFileDataSource_Target_ColumnID,
|
||||
);
|
||||
};
|
||||
PBXConfiguration.PBXFileTableDataSource3.PBXFindDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXFindDataSource_LocationID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
200,
|
||||
698,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXFindDataSource_MessageID,
|
||||
PBXFindDataSource_LocationID,
|
||||
);
|
||||
};
|
||||
PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
16,
|
||||
200,
|
||||
50,
|
||||
624,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXSymbolsDataSource_SymbolTypeIconID,
|
||||
PBXSymbolsDataSource_SymbolNameID,
|
||||
PBXSymbolsDataSource_SymbolTypeID,
|
||||
PBXSymbolsDataSource_ReferenceNameID,
|
||||
);
|
||||
};
|
||||
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
|
||||
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
||||
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
||||
PBXFileTableDataSourceColumnWidthsKey = (
|
||||
20,
|
||||
644,
|
||||
60,
|
||||
20,
|
||||
48,
|
||||
43,
|
||||
43,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXFileDataSource_FiletypeID,
|
||||
PBXFileDataSource_Filename_ColumnID,
|
||||
PBXTargetDataSource_PrimaryAttribute,
|
||||
PBXFileDataSource_Built_ColumnID,
|
||||
PBXFileDataSource_ObjectSize_ColumnID,
|
||||
PBXFileDataSource_Errors_ColumnID,
|
||||
PBXFileDataSource_Warnings_ColumnID,
|
||||
);
|
||||
};
|
||||
PBXPerProjectTemplateStateSaveDate = 346273245;
|
||||
PBXWorkspaceStateSaveDate = 346273245;
|
||||
};
|
||||
perUserProjectItems = {
|
||||
2E866D9C14A3AEF300C32BC3 /* PBXTextBookmark */ = 2E866D9C14A3AEF300C32BC3 /* PBXTextBookmark */;
|
||||
2E866D9F14A3AEF300C32BC3 /* PBXTextBookmark */ = 2E866D9F14A3AEF300C32BC3 /* PBXTextBookmark */;
|
||||
2E866DA014A3AEF300C32BC3 /* PBXTextBookmark */ = 2E866DA014A3AEF300C32BC3 /* PBXTextBookmark */;
|
||||
2E866DE314A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DE314A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DE414A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DE414A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DE514A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DE514A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DE614A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DE614A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DE714A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DE714A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DEA14A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DEA14A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DEC14A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DEC14A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DED14A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DED14A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DEE14A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DEE14A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DF014A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DF014A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866DF814A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866DF814A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866E0114A3B30C00C32BC3 /* PBXTextBookmark */ = 2E866E0114A3B30C00C32BC3 /* PBXTextBookmark */;
|
||||
2E866E4D14A3B6B200C32BC3 /* PBXTextBookmark */ = 2E866E4D14A3B6B200C32BC3 /* PBXTextBookmark */;
|
||||
2E866E4E14A3B6B200C32BC3 /* PBXTextBookmark */ = 2E866E4E14A3B6B200C32BC3 /* PBXTextBookmark */;
|
||||
2E866E5814A3B6D800C32BC3 /* PBXTextBookmark */ = 2E866E5814A3B6D800C32BC3 /* PBXTextBookmark */;
|
||||
2E866E5A14A3B6D800C32BC3 /* PBXTextBookmark */ = 2E866E5A14A3B6D800C32BC3 /* PBXTextBookmark */;
|
||||
2E866E5B14A3B6D800C32BC3 /* PBXTextBookmark */ = 2E866E5B14A3B6D800C32BC3 /* PBXTextBookmark */;
|
||||
2E866E7214A3B91500C32BC3 /* PBXTextBookmark */ = 2E866E7214A3B91500C32BC3 /* PBXTextBookmark */;
|
||||
2E866E7314A3B91500C32BC3 /* PBXTextBookmark */ = 2E866E7314A3B91500C32BC3 /* PBXTextBookmark */;
|
||||
2E866E7414A3B91500C32BC3 /* PBXTextBookmark */ = 2E866E7414A3B91500C32BC3 /* PBXTextBookmark */;
|
||||
2E866E7514A3B91500C32BC3 /* PBXTextBookmark */ = 2E866E7514A3B91500C32BC3 /* PBXTextBookmark */;
|
||||
};
|
||||
sourceControlManager = 2EE1119214A3A8400094CAAE /* Source Control */;
|
||||
userBuildSettings = {
|
||||
};
|
||||
};
|
||||
2E866AEB14A3AD6B00C32BC3 /* Afin.cpp */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 2616}}";
|
||||
sepNavSelRange = "{23, 0}";
|
||||
sepNavVisRange = "{0, 958}";
|
||||
};
|
||||
};
|
||||
2E866AEE14A3AD6B00C32BC3 /* A_ERR.cpp */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 712}}";
|
||||
sepNavSelRange = "{0, 0}";
|
||||
sepNavVisRange = "{0, 787}";
|
||||
};
|
||||
};
|
||||
2E866AF114A3AD6B00C32BC3 /* CHECK_PO.cpp */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 3108}}";
|
||||
sepNavSelRange = "{0, 0}";
|
||||
sepNavVisRange = "{0, 1046}";
|
||||
};
|
||||
};
|
||||
2E866B5114A3AD6B00C32BC3 /* common_hdr.h */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 4004}}";
|
||||
sepNavSelRange = "{47, 146}";
|
||||
sepNavVisRange = "{0, 518}";
|
||||
};
|
||||
};
|
||||
2E866BF214A3AD6B00C32BC3 /* sg.h */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 514}}";
|
||||
sepNavSelRange = "{36, 0}";
|
||||
sepNavVisRange = "{0, 342}";
|
||||
};
|
||||
};
|
||||
2E866C3014A3AD6B00C32BC3 /* FileMan.cpp */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 6972}}";
|
||||
sepNavSelRange = "{0, 0}";
|
||||
sepNavVisRange = "{0, 803}";
|
||||
};
|
||||
};
|
||||
2E866C3914A3AD6C00C32BC3 /* sgCore.h */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 518}}";
|
||||
sepNavSelRange = "{330, 0}";
|
||||
sepNavVisRange = "{0, 852}";
|
||||
sepNavWindowFrame = "{{15, 242}, {962, 755}}";
|
||||
};
|
||||
};
|
||||
2E866C3B14A3AD6C00C32BC3 /* sgDefs.h */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 686}}";
|
||||
sepNavSelRange = "{65, 0}";
|
||||
sepNavVisRange = "{0, 597}";
|
||||
};
|
||||
};
|
||||
2E866D9C14A3AEF300C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3014A3AD6B00C32BC3 /* FileMan.cpp */;
|
||||
name = "FileMan.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 803;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866D9F14A3AEF300C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3014A3AD6B00C32BC3 /* FileMan.cpp */;
|
||||
name = "FileMan.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 803;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DA014A3AEF300C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3914A3AD6C00C32BC3 /* sgCore.h */;
|
||||
name = "sgCore.h: 11";
|
||||
rLen = 0;
|
||||
rLoc = 128;
|
||||
rType = 0;
|
||||
vrLen = 873;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DE314A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 5073E0C609E734A800EC74B6 /* sgCoreProj.xcconfig */;
|
||||
name = "sgCoreProj.xcconfig: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 197;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DE414A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3B14A3AD6C00C32BC3 /* sgDefs.h */;
|
||||
name = "sgDefs.h: 4";
|
||||
rLen = 0;
|
||||
rLoc = 65;
|
||||
rType = 0;
|
||||
vrLen = 597;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DE514A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866BF214A3AD6B00C32BC3 /* sg.h */;
|
||||
name = "sg.h: 3";
|
||||
rLen = 0;
|
||||
rLoc = 36;
|
||||
rType = 0;
|
||||
vrLen = 342;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DE614A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3914A3AD6C00C32BC3 /* sgCore.h */;
|
||||
name = "sgCore.h: 19";
|
||||
rLen = 0;
|
||||
rLoc = 330;
|
||||
rType = 0;
|
||||
vrLen = 852;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DE714A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AF114A3AD6B00C32BC3 /* CHECK_PO.cpp */;
|
||||
name = "CHECK_PO.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 998;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DEA14A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AEB14A3AD6B00C32BC3 /* Afin.cpp */;
|
||||
name = "Afin.cpp: 2";
|
||||
rLen = 0;
|
||||
rLoc = 23;
|
||||
rType = 0;
|
||||
vrLen = 791;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DEC14A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 5073E0C609E734A800EC74B6 /* sgCoreProj.xcconfig */;
|
||||
name = "sgCoreProj.xcconfig: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 197;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DED14A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AEB14A3AD6B00C32BC3 /* Afin.cpp */;
|
||||
name = "Afin.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 694;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DEE14A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866C3B14A3AD6C00C32BC3 /* sgDefs.h */;
|
||||
name = "sgDefs.h: 12";
|
||||
rLen = 0;
|
||||
rLoc = 244;
|
||||
rType = 0;
|
||||
vrLen = 597;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DF014A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866B5114A3AD6B00C32BC3 /* common_hdr.h */;
|
||||
name = "common_hdr.h: 6";
|
||||
rLen = 0;
|
||||
rLoc = 56;
|
||||
rType = 0;
|
||||
vrLen = 500;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866DF814A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866BF214A3AD6B00C32BC3 /* sg.h */;
|
||||
name = "sg.h: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 342;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E0114A3B30C00C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AF114A3AD6B00C32BC3 /* CHECK_PO.cpp */;
|
||||
name = "CHECK_PO.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 998;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E3D14A3B66A00C32BC3 /* common_hdr.h */ = {
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = sourcecode.c.h;
|
||||
name = common_hdr.h;
|
||||
path = /Volumes/BackupFlash/sgCore/prj/mac/../../Core/APLICAT/../common_hdr.h;
|
||||
sourceTree = "<absolute>";
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 4060}}";
|
||||
sepNavSelRange = "{116, 0}";
|
||||
sepNavVisRange = "{0, 514}";
|
||||
};
|
||||
};
|
||||
2E866E4414A3B6A200C32BC3 /* U_VTRACE.cpp */ = {
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = sourcecode.cpp.cpp;
|
||||
name = U_VTRACE.cpp;
|
||||
path = /Volumes/BackupFlash/sgCore/prj/mac/../../Core/O_UTIL/U_VTRACE.cpp;
|
||||
sourceTree = "<absolute>";
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 4704}}";
|
||||
sepNavSelRange = "{543, 0}";
|
||||
sepNavVisRange = "{0, 794}";
|
||||
};
|
||||
};
|
||||
2E866E4D14A3B6B200C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AEE14A3AD6B00C32BC3 /* A_ERR.cpp */;
|
||||
name = "A_ERR.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 714;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E4E14A3B6B200C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E3D14A3B66A00C32BC3 /* common_hdr.h */;
|
||||
name = "common_hdr.h: 7";
|
||||
rLen = 0;
|
||||
rLoc = 116;
|
||||
rType = 0;
|
||||
vrLen = 514;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E5814A3B6D800C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AEE14A3AD6B00C32BC3 /* A_ERR.cpp */;
|
||||
name = "A_ERR.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 660;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E5A14A3B6D800C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E4414A3B6A200C32BC3 /* U_VTRACE.cpp */;
|
||||
name = "U_VTRACE.cpp: 21";
|
||||
rLen = 0;
|
||||
rLoc = 543;
|
||||
rType = 0;
|
||||
vrLen = 794;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E5B14A3B6D800C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866AEE14A3AD6B00C32BC3 /* A_ERR.cpp */;
|
||||
name = "A_ERR.cpp: 1";
|
||||
rLen = 0;
|
||||
rLoc = 0;
|
||||
rType = 0;
|
||||
vrLen = 660;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E5D14A3B76F00C32BC3 /* common_hdr.h */ = {
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = sourcecode.c.h;
|
||||
name = common_hdr.h;
|
||||
path = /Volumes/BackupFlash/sgCore/prj/mac/../../Core/APLICAT/../common_hdr.h;
|
||||
sourceTree = "<absolute>";
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 4116}}";
|
||||
sepNavSelRange = "{116, 21}";
|
||||
sepNavVisRange = "{0, 497}";
|
||||
};
|
||||
};
|
||||
2E866E6914A3B84E00C32BC3 /* U_VTRACE.cpp */ = {
|
||||
isa = PBXFileReference;
|
||||
name = U_VTRACE.cpp;
|
||||
path = /Volumes/BackupFlash/sgCore/prj/mac/../../Core/O_UTIL/U_VTRACE.cpp;
|
||||
sourceTree = "<absolute>";
|
||||
};
|
||||
2E866E7214A3B91500C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E5D14A3B76F00C32BC3 /* common_hdr.h */;
|
||||
name = "common_hdr.h: 8";
|
||||
rLen = 21;
|
||||
rLoc = 116;
|
||||
rType = 0;
|
||||
vrLen = 497;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E7314A3B91500C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E6914A3B84E00C32BC3 /* U_VTRACE.cpp */;
|
||||
rLen = 1;
|
||||
rLoc = 20;
|
||||
rType = 1;
|
||||
};
|
||||
2E866E7414A3B91500C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E5D14A3B76F00C32BC3 /* common_hdr.h */;
|
||||
name = "common_hdr.h: 8";
|
||||
rLen = 21;
|
||||
rLoc = 116;
|
||||
rType = 0;
|
||||
vrLen = 497;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E7514A3B91500C32BC3 /* PBXTextBookmark */ = {
|
||||
isa = PBXTextBookmark;
|
||||
fRef = 2E866E7614A3B91500C32BC3 /* U_VTRACE.cpp */;
|
||||
name = "U_VTRACE.cpp: 24";
|
||||
rLen = 0;
|
||||
rLoc = 607;
|
||||
rType = 0;
|
||||
vrLen = 747;
|
||||
vrLoc = 0;
|
||||
};
|
||||
2E866E7614A3B91500C32BC3 /* U_VTRACE.cpp */ = {
|
||||
isa = PBXFileReference;
|
||||
name = U_VTRACE.cpp;
|
||||
path = /Volumes/BackupFlash/sgCore/prj/mac/../../Core/O_UTIL/U_VTRACE.cpp;
|
||||
sourceTree = "<absolute>";
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 4732}}";
|
||||
sepNavSelRange = "{607, 0}";
|
||||
sepNavVisRange = "{0, 823}";
|
||||
};
|
||||
};
|
||||
2EE1119214A3A8400094CAAE /* Source Control */ = {
|
||||
isa = PBXSourceControlManager;
|
||||
fallbackIsa = XCSourceControlManager;
|
||||
isSCMEnabled = 0;
|
||||
scmConfiguration = {
|
||||
};
|
||||
};
|
||||
2EE1119314A3A8400094CAAE /* Code sense */ = {
|
||||
isa = PBXCodeSenseManager;
|
||||
indexTemplatePath = "";
|
||||
};
|
||||
5073E0C609E734A800EC74B6 /* sgCoreProj.xcconfig */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {862, 514}}";
|
||||
sepNavSelRange = "{0, 0}";
|
||||
sepNavVisRange = "{0, 197}";
|
||||
};
|
||||
};
|
||||
D2AAC09C05546B4700DB518D /* sgCore */ = {
|
||||
activeExec = 0;
|
||||
};
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+7
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:sgCore.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
BIN
Binary file not shown.
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildLocationStyle</key>
|
||||
<string>UseTargetSettings</string>
|
||||
</dict>
|
||||
</plist>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0440"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "D2AAC09C05546B4700DB518D"
|
||||
BuildableName = "libsgCore.dylib"
|
||||
BlueprintName = "sgCore"
|
||||
ReferencedContainer = "container:sgCore.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>sgCore.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>D2AAC09C05546B4700DB518D</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,6 @@
|
||||
PREBINDING = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
@@ -0,0 +1,11 @@
|
||||
PRODUCT_NAME = libsgCore;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = sgCore_Prefix.pch;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
||||
GCC_ENABLE_CPP_RTTI = YES;
|
||||
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = Dynamic;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
@@ -0,0 +1,25 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sgCore", "sgCore.vcxproj", "{49F6CA3D-F537-40FB-8138-E83F9BA19625}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Debug|x64.Build.0 = Debug|x64
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Release|Win32.Build.0 = Release|Win32
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Release|x64.ActiveCfg = Release|x64
|
||||
{49F6CA3D-F537-40FB-8138-E83F9BA19625}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,558 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{49F6CA3D-F537-40FB-8138-E83F9BA19625}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../../sgCore_build/ms/Debug\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../../sgCore_build/ms/Debug\</IntDir>
|
||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../../sgCore_build/ms/Release\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../../sgCore_build/ms/Release\</IntDir>
|
||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files %28x86%29\Microsoft SDKs\Windows\v7.0A\Include;$(IncludePath)</IncludePath>
|
||||
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files %28x86%29\Microsoft SDKs\Windows\v7.0A\Include;C:\Program Files (x86)\Microsoft DirectX SDK (November 2008)\Include;C:\Qt\4.6.2\include\QtNetwork;E:\Projects\WTL\Include;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;sgCore_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<PrecompiledHeaderOutputFile>$(IntDir)sgCore.pch</PrecompiledHeaderOutputFile>
|
||||
<ProgramDataBaseFileName>$(IntDir)sgCore.pdb</ProgramDataBaseFileName>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0419</Culture>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)sgCore.dll</OutputFile>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(OutDir)sgCore.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<ImportLibrary>$(OutDir)sgCore.lib</ImportLibrary>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;sgCore_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<PrecompiledHeaderOutputFile>$(IntDir)sgCore.pch</PrecompiledHeaderOutputFile>
|
||||
<ProgramDataBaseFileName>$(IntDir)sgCore.pdb</ProgramDataBaseFileName>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0419</Culture>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)sgCore.dll</OutputFile>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<ImportLibrary>$(OutDir)sgCore.lib</ImportLibrary>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<ProgramDatabaseFile>$(OutDir)sgCore.pdb</ProgramDatabaseFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;sgCore_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<StructMemberAlignment>Default</StructMemberAlignment>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<PrecompiledHeaderOutputFile>$(IntDir)sgCore.pch</PrecompiledHeaderOutputFile>
|
||||
<ProgramDataBaseFileName>$(IntDir)sgCore.pdb</ProgramDataBaseFileName>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0419</Culture>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)sgCore.dll</OutputFile>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(OutDir)sgCore.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<ImportLibrary>$(OutDir)sgCore.lib</ImportLibrary>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;sgCore_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<StructMemberAlignment>Default</StructMemberAlignment>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<PrecompiledHeaderOutputFile>$(IntDir)sgCore.pch</PrecompiledHeaderOutputFile>
|
||||
<ProgramDataBaseFileName>$(IntDir)sgCore.pdb</ProgramDataBaseFileName>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0419</Culture>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)sgCore.dll</OutputFile>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<ImportLibrary>$(OutDir)sgCore.lib</ImportLibrary>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Afin.cpp" />
|
||||
<ClCompile Include="..\..\FileMan.cpp" />
|
||||
<ClCompile Include="..\..\Matrix.cpp" />
|
||||
<ClCompile Include="..\..\Object.cpp" />
|
||||
<ClCompile Include="..\..\Scene.cpp" />
|
||||
<ClCompile Include="..\..\sgCore.cpp" />
|
||||
<ClCompile Include="..\..\sgErrors.cpp" />
|
||||
<ClCompile Include="..\..\UndoRedo.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\CORE\APLICAT\A_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\CALC_I.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\CHECK_BR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\CHECK_PO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DIST_OBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\EXP_INT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\EXP_INTF.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\EXP_STL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\EXP_STL2.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\I_FRG.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\I_HP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\I_MESH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\I_STL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\IMPORT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\SG_LS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\TRIAN_NP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_ARC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_CIRC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_EXTD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_FACE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_INS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_KEYS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_LINE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_POLY.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_SOL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_TEXT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\DXF_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\EXP_DXF.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\GET_GROU.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\I_DXF.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\OCS_GCS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\POL_M64.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\POL_MESH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\POL_PATH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\PUT_FACE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\APLICAT\DXF\PUTDXFGR.cpp" />
|
||||
<ClCompile Include="..\..\Core\Aplicat\Delone\BREPTriangulator.cpp" />
|
||||
<ClCompile Include="..\..\Core\Aplicat\Delone\Delone.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BETAR\TOOLS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BETAR\DIAL_SG\MP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BETAR\DLG_FILE\TODOFILE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BETAR\LEGACY\PUT_MSG.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BETAR\LEGACY\U2TINY.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_ARC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_AS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_AV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_CUT1.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_DEFC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_DEL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_DEL_SV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_DIV_F.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_DIVE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_FA.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_FA_LAB.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_GRUP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_LINE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_LNP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_NP_LAB.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_POINT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_PV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_SV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_USER.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_VR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_VR_IDN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_VR_LIN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\B_VRR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\BO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\CH_DEL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\CH_VR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\CHECK_ED.cpp" />
|
||||
<ClCompile Include="..\..\CORE\BO\CHECK_NP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_EQU_P.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_GINFO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_OPEN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_PATH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_PEDIT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_PIPE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_POLY.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_QUIT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_RECT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_SAVE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_SKIN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\COMMANDS\C_UCS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\ENTRYS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\METHODS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\OBJECTS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\STATDATA.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\SYSATTRS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\INITS\STEPS\BEFOMAIN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\SG_LIB\K_MATH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\SG_LIB\O_AFIN1.cpp" />
|
||||
<ClCompile Include="..\..\CORE\SG_LIB\Z_MATH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\SG_LIB\Z_STRING.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ALLOC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ARCMAT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ATTITM.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ATTOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ATTRIB.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_BLOCK.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_COPY.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_CSG.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_DIM.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_FRAME.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_FREE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_INIT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_INVERT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_LCS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_LIMITS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_LNTYPE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_LOAD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_LOAD_D.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_NP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_NPBUF.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_SAVE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_SCAN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_TEXT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_TRANS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\SRC\O_TYPES.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\CIN_END.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_DELET.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_DIV_E.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_DIV_F.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_FACE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_GAB.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_LOOP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_M24.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_MESHV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_MTRI.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_NEW.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_PL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_POINT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_RW_TM.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_VER.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_WORK.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\NP_WRITE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\MODEL\NP_WORK\SURF_END.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\BOX_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\CONE_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\CYL_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\ELIPSOID_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\PRIMITIV_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\REV_BAND_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\SPH_BAND_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\SPHERE_old.cpp" />
|
||||
<ClCompile Include="..\..\Core\Model\Body\TOR_old.cpp" />
|
||||
<ClCompile Include="..\..\CORE\DBGMEM\STOPS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_AVALUE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_BUFFER.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_BUFSCN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_DIMVIR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_DTT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_ILIST.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_LIST.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_RCD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_VIRTBD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_VLD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\O_UTIL\U_VTRACE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\APR_PATH.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\APR_RIB.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\APR_SMOT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\BOTTOMS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\CASTED.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\CIN_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\COONS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\DIV_BOTT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\EQUID.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\EXTRUD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\FACED.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\MESH_SUR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\PIPE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\PIPE_R.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\REV.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\RULED.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SCREW.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SEW.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SKIN_BRP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SKINNING.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_BAS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_CRE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_FIN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_PRM.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_USE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURF_UTI.cpp" />
|
||||
<ClCompile Include="..\..\CORE\S_DESIGN\SURFACE\SURFACE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\FLETPAUR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\MEMORY.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_ARC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_BASE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_CREA.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_GEO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_INTR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_KNOT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_MATR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\NRB_WORK.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_CREA.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_ERR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_FIND.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_INTR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_LEN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_USE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\NURBS\SPL_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\ZMDI\MODFLAG.cpp" />
|
||||
<ClCompile Include="..\..\CORE\ZMDI\OBJREGS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\A_REGEN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\ARC_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\CRE_BAK.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\CREATOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\CS_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\CURR_PNT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\D_TO_TXT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\DEL_OBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\GEO_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\GET_OLIM.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\GLOBAL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\GROUPOPR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\OBJT_STR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\OFF_SEL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\PNT_TR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\S_CONTAC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\S_FLAT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\SEL_L_IT.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\SELF_CRO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\STR_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\T_INSIDE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\T_ORIENT.cpp" />
|
||||
<ClCompile Include="..\..\Core\Z_SVP\test_correct_paths_for_face.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\TR_SEL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\ZC_EQUID.cpp" />
|
||||
<ClCompile Include="..\..\CORE\Z_SVP\ZCUTS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\ARC_CALC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\BREA_OBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\C_OFHOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\GEOSVP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\GEOTYPES.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\INT_HOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\INT_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\LN_CALC.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\M_OFHOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\NE_TO_VP.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\NEA_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\NTOHOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\PER_UTIL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\Q_OFHOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\SEL_FRAG.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\SETELGEO.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\T_CONT_I.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\T_O_PLAN.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\T_TO_ACS.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\TATOHOBJ.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\TEST_PE.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\TEST_WRD.cpp" />
|
||||
<ClCompile Include="..\..\CORE\GEO\TR_G_INF.cpp" />
|
||||
<ClCompile Include="..\..\CORE\LINE_ARC\ARC_COND.cpp" />
|
||||
<ClCompile Include="..\..\CORE\LINE_ARC\CONDTSTR.cpp" />
|
||||
<ClCompile Include="..\..\CORE\LINE_ARC\DEFCNDPL.cpp" />
|
||||
<ClCompile Include="..\..\CORE\LINE_ARC\LAST_DIR.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\2DObject.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\3DObject.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Arc.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\BooleanOperations.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Box.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ExtendedClasses\Circle.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Cone.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ExtendedClasses\Cylinder.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Dimensions.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Ellipsoid.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Font.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\GroupAndContour.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\KinematicOperations.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Line.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Point.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Sphere.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ExtendedClasses\SphericBand.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Spline.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Surfaces.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Text.cpp" />
|
||||
<ClCompile Include="..\..\ExtendedClasses\Torus.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\performance.h" />
|
||||
<ClInclude Include="..\..\resource.h" />
|
||||
<ClInclude Include="..\..\sg2D.h" />
|
||||
<ClInclude Include="..\..\sg3D.h" />
|
||||
<ClInclude Include="..\..\sgAlgs.h" />
|
||||
<ClInclude Include="..\..\sgCore.h" />
|
||||
<ClInclude Include="..\..\sgDefs.h" />
|
||||
<ClInclude Include="..\..\sgErrors.h" />
|
||||
<ClInclude Include="..\..\sgFileManager.h" />
|
||||
<ClInclude Include="..\..\sgGroup.h" />
|
||||
<ClInclude Include="..\..\sgIApp.h" />
|
||||
<ClInclude Include="..\..\sgMatrix.h" />
|
||||
<ClInclude Include="..\..\sgObject.h" />
|
||||
<ClInclude Include="..\..\sgScene.h" />
|
||||
<ClInclude Include="..\..\sgSpaceMath.h" />
|
||||
<ClInclude Include="..\..\sgTD.h" />
|
||||
<ClInclude Include="..\..\UndoRedo.h" />
|
||||
<ClInclude Include="..\..\Core\arr_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\attrib_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\boolean_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\common_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\DraftData.h" />
|
||||
<ClInclude Include="..\..\Core\impexp_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\obj_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\CORE\sg.h" />
|
||||
<ClInclude Include="..\..\Core\smthnk_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\space_math_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\spln_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\txt_utils_hdr.h" />
|
||||
<ClInclude Include="..\..\Core\Aplicat\Delone\BREPTriangulator.h" />
|
||||
<ClInclude Include="..\..\Core\Aplicat\Delone\Delone.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,370 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2011-12-19T21:36:47
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT -= core gui
|
||||
|
||||
TARGET = sgCore
|
||||
TEMPLATE = lib
|
||||
|
||||
DEFINES += sgCore_API
|
||||
DEFINES += SGCORE_WINDOWS
|
||||
|
||||
SOURCES += \
|
||||
../../UndoRedo.cpp \
|
||||
../../sgErrors.cpp \
|
||||
../../sgCore.cpp \
|
||||
../../Scene.cpp \
|
||||
../../Object.cpp \
|
||||
../../Matrix.cpp \
|
||||
../../FileMan.cpp \
|
||||
../../Afin.cpp \
|
||||
../../Core/APLICAT/Delone/Delone.cpp \
|
||||
../../Core/APLICAT/Delone/BREPTriangulator.cpp \
|
||||
../../Core/APLICAT/DXF/PUTDXFGR.cpp \
|
||||
../../Core/APLICAT/DXF/PUT_FACE.cpp \
|
||||
../../Core/APLICAT/DXF/POL_PATH.cpp \
|
||||
../../Core/APLICAT/DXF/POL_MESH.cpp \
|
||||
../../Core/APLICAT/DXF/POL_M64.cpp \
|
||||
../../Core/APLICAT/DXF/OCS_GCS.cpp \
|
||||
../../Core/APLICAT/DXF/I_DXF.cpp \
|
||||
../../Core/APLICAT/DXF/GET_GROU.cpp \
|
||||
../../Core/APLICAT/DXF/EXP_DXF.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_UTIL.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_TEXT.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_SOL.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_POLY.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_LINE.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_KEYS.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_INS.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_FACE.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_EXTD.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_CIRC.cpp \
|
||||
../../Core/APLICAT/DXF/DXF_ARC.cpp \
|
||||
../../Core/APLICAT/TRIAN_NP.cpp \
|
||||
../../Core/APLICAT/SG_LS.cpp \
|
||||
../../Core/APLICAT/IMPORT.cpp \
|
||||
../../Core/APLICAT/I_STL.cpp \
|
||||
../../Core/APLICAT/I_MESH.cpp \
|
||||
../../Core/APLICAT/I_HP.cpp \
|
||||
../../Core/APLICAT/I_FRG.cpp \
|
||||
../../Core/APLICAT/EXP_STL2.cpp \
|
||||
../../Core/APLICAT/EXP_STL.cpp \
|
||||
../../Core/APLICAT/EXP_INTF.cpp \
|
||||
../../Core/APLICAT/EXP_INT.cpp \
|
||||
../../Core/APLICAT/DIST_OBJ.cpp \
|
||||
../../Core/APLICAT/CHECK_PO.cpp \
|
||||
../../Core/APLICAT/CHECK_BR.cpp \
|
||||
../../Core/APLICAT/CALC_I.cpp \
|
||||
../../Core/APLICAT/A_ERR.cpp \
|
||||
../../Core/BETAR/DIAL_SG/MP.cpp \
|
||||
../../Core/BETAR/DLG_FILE/TODOFILE.cpp \
|
||||
../../Core/BETAR/LEGACY/U2TINY.cpp \
|
||||
../../Core/BETAR/LEGACY/PUT_MSG.cpp \
|
||||
../../Core/BETAR/TOOLS.cpp \
|
||||
../../Core/BO/CHECK_NP.cpp \
|
||||
../../Core/BO/CHECK_ED.cpp \
|
||||
../../Core/BO/CH_VR.cpp \
|
||||
../../Core/BO/CH_DEL.cpp \
|
||||
../../Core/BO/BO.cpp \
|
||||
../../Core/BO/B_VRR.cpp \
|
||||
../../Core/BO/B_VR_LIN.cpp \
|
||||
../../Core/BO/B_VR_IDN.cpp \
|
||||
../../Core/BO/B_VR.cpp \
|
||||
../../Core/BO/B_USER.cpp \
|
||||
../../Core/BO/B_SV.cpp \
|
||||
../../Core/BO/B_PV.cpp \
|
||||
../../Core/BO/B_POINT.cpp \
|
||||
../../Core/BO/B_NP_LAB.cpp \
|
||||
../../Core/BO/B_LNP.cpp \
|
||||
../../Core/BO/B_LINE.cpp \
|
||||
../../Core/BO/B_GRUP.cpp \
|
||||
../../Core/BO/B_FA_LAB.cpp \
|
||||
../../Core/BO/B_FA.cpp \
|
||||
../../Core/BO/B_DIVE.cpp \
|
||||
../../Core/BO/B_DIV_F.cpp \
|
||||
../../Core/BO/B_DEL_SV.cpp \
|
||||
../../Core/BO/B_DEL.cpp \
|
||||
../../Core/BO/B_DEFC.cpp \
|
||||
../../Core/BO/B_CUT1.cpp \
|
||||
../../Core/BO/B_AV.cpp \
|
||||
../../Core/BO/B_AS.cpp \
|
||||
../../Core/BO/B_ARC.cpp \
|
||||
../../Core/COMMANDS/C_UCS.cpp \
|
||||
../../Core/COMMANDS/C_SKIN.cpp \
|
||||
../../Core/COMMANDS/C_SAVE.cpp \
|
||||
../../Core/COMMANDS/C_RECT.cpp \
|
||||
../../Core/COMMANDS/C_QUIT.cpp \
|
||||
../../Core/COMMANDS/C_POLY.cpp \
|
||||
../../Core/COMMANDS/C_PIPE.cpp \
|
||||
../../Core/COMMANDS/C_PEDIT.cpp \
|
||||
../../Core/COMMANDS/C_PATH.cpp \
|
||||
../../Core/COMMANDS/C_OPEN.cpp \
|
||||
../../Core/COMMANDS/C_GINFO.cpp \
|
||||
../../Core/COMMANDS/C_EQU_P.cpp \
|
||||
../../Core/DBGMEM/STOPS.cpp \
|
||||
../../Core/GEO/TR_G_INF.cpp \
|
||||
../../Core/GEO/TEST_WRD.cpp \
|
||||
../../Core/GEO/TEST_PE.cpp \
|
||||
../../Core/GEO/TATOHOBJ.cpp \
|
||||
../../Core/GEO/T_TO_ACS.cpp \
|
||||
../../Core/GEO/T_O_PLAN.cpp \
|
||||
../../Core/GEO/T_CONT_I.cpp \
|
||||
../../Core/GEO/SETELGEO.cpp \
|
||||
../../Core/GEO/SEL_FRAG.cpp \
|
||||
../../Core/GEO/Q_OFHOBJ.cpp \
|
||||
../../Core/GEO/PER_UTIL.cpp \
|
||||
../../Core/GEO/NTOHOBJ.cpp \
|
||||
../../Core/GEO/NEA_UTIL.cpp \
|
||||
../../Core/GEO/NE_TO_VP.cpp \
|
||||
../../Core/GEO/M_OFHOBJ.cpp \
|
||||
../../Core/GEO/LN_CALC.cpp \
|
||||
../../Core/GEO/INT_UTIL.cpp \
|
||||
../../Core/GEO/INT_HOBJ.cpp \
|
||||
../../Core/GEO/GEOTYPES.cpp \
|
||||
../../Core/GEO/GEOSVP.cpp \
|
||||
../../Core/GEO/C_OFHOBJ.cpp \
|
||||
../../Core/GEO/BREA_OBJ.cpp \
|
||||
../../Core/GEO/ARC_CALC.cpp \
|
||||
../../Core/INITS/STEPS/BEFOMAIN.cpp \
|
||||
../../Core/INITS/SYSATTRS.cpp \
|
||||
../../Core/INITS/STATDATA.cpp \
|
||||
../../Core/INITS/OBJECTS.cpp \
|
||||
../../Core/INITS/METHODS.cpp \
|
||||
../../Core/INITS/ENTRYS.cpp \
|
||||
../../Core/MODEL/BODY/TOR_old.cpp \
|
||||
../../Core/MODEL/BODY/SPHERE_old.cpp \
|
||||
../../Core/MODEL/BODY/SPH_BAND_old.cpp \
|
||||
../../Core/MODEL/BODY/REV_BAND_old.cpp \
|
||||
../../Core/MODEL/BODY/PRIMITIV_old.cpp \
|
||||
../../Core/MODEL/BODY/ELIPSOID_old.cpp \
|
||||
../../Core/MODEL/BODY/CYL_old.cpp \
|
||||
../../Core/MODEL/BODY/CONE_old.cpp \
|
||||
../../Core/MODEL/BODY/BOX_old.cpp \
|
||||
../../Core/MODEL/NP_WORK/SURF_END.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_WRITE.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_WORK.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_VER.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_RW_TM.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_POINT.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_PL.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_NEW.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_MTRI.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_MESHV.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_M24.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_LOOP.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_GAB.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_FACE.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_ERR.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_DIV_F.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_DIV_E.cpp \
|
||||
../../Core/MODEL/NP_WORK/NP_DELET.cpp \
|
||||
../../Core/MODEL/NP_WORK/CIN_END.cpp \
|
||||
../../Core/MODEL/SRC/O_TYPES.cpp \
|
||||
../../Core/MODEL/SRC/O_TRANS.cpp \
|
||||
../../Core/MODEL/SRC/O_TEXT.cpp \
|
||||
../../Core/MODEL/SRC/O_SCAN.cpp \
|
||||
../../Core/MODEL/SRC/O_SAVE.cpp \
|
||||
../../Core/MODEL/SRC/O_NPBUF.cpp \
|
||||
../../Core/MODEL/SRC/O_NP.cpp \
|
||||
../../Core/MODEL/SRC/O_LOAD_D.cpp \
|
||||
../../Core/MODEL/SRC/O_LOAD.cpp \
|
||||
../../Core/MODEL/SRC/O_LNTYPE.cpp \
|
||||
../../Core/MODEL/SRC/O_LIMITS.cpp \
|
||||
../../Core/MODEL/SRC/O_LCS.cpp \
|
||||
../../Core/MODEL/SRC/O_INVERT.cpp \
|
||||
../../Core/MODEL/SRC/O_INIT.cpp \
|
||||
../../Core/MODEL/SRC/O_FREE.cpp \
|
||||
../../Core/MODEL/SRC/O_FRAME.cpp \
|
||||
../../Core/MODEL/SRC/O_ERR.cpp \
|
||||
../../Core/MODEL/SRC/O_DIM.cpp \
|
||||
../../Core/MODEL/SRC/O_CSG.cpp \
|
||||
../../Core/MODEL/SRC/O_COPY.cpp \
|
||||
../../Core/MODEL/SRC/O_BLOCK.cpp \
|
||||
../../Core/MODEL/SRC/O_ATTRIB.cpp \
|
||||
../../Core/MODEL/SRC/O_ATTOBJ.cpp \
|
||||
../../Core/MODEL/SRC/O_ATTITM.cpp \
|
||||
../../Core/MODEL/SRC/O_ARCMAT.cpp \
|
||||
../../Core/MODEL/SRC/O_ALLOC.cpp \
|
||||
../../Core/NURBS/SPL_UTIL.cpp \
|
||||
../../Core/NURBS/SPL_USE.cpp \
|
||||
../../Core/NURBS/SPL_LEN.cpp \
|
||||
../../Core/NURBS/SPL_INTR.cpp \
|
||||
../../Core/NURBS/SPL_FIND.cpp \
|
||||
../../Core/NURBS/SPL_ERR.cpp \
|
||||
../../Core/NURBS/SPL_CREA.cpp \
|
||||
../../Core/NURBS/NRB_WORK.cpp \
|
||||
../../Core/NURBS/NRB_MATR.cpp \
|
||||
../../Core/NURBS/NRB_KNOT.cpp \
|
||||
../../Core/NURBS/NRB_INTR.cpp \
|
||||
../../Core/NURBS/NRB_GEO.cpp \
|
||||
../../Core/NURBS/NRB_CREA.cpp \
|
||||
../../Core/NURBS/NRB_BASE.cpp \
|
||||
../../Core/NURBS/NRB_ARC.cpp \
|
||||
../../Core/NURBS/MEMORY.cpp \
|
||||
../../Core/NURBS/FLETPAUR.cpp \
|
||||
../../Core/O_UTIL/U_VTRACE.cpp \
|
||||
../../Core/O_UTIL/U_VLD.cpp \
|
||||
../../Core/O_UTIL/U_VIRTBD.cpp \
|
||||
../../Core/O_UTIL/U_RCD.cpp \
|
||||
../../Core/O_UTIL/U_LIST.cpp \
|
||||
../../Core/O_UTIL/U_ILIST.cpp \
|
||||
../../Core/O_UTIL/U_ERR.cpp \
|
||||
../../Core/O_UTIL/U_DTT.cpp \
|
||||
../../Core/O_UTIL/U_DIMVIR.cpp \
|
||||
../../Core/O_UTIL/U_BUFSCN.cpp \
|
||||
../../Core/O_UTIL/U_BUFFER.cpp \
|
||||
../../Core/O_UTIL/U_AVALUE.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURFACE.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_UTI.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_USE.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_PRM.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_FIN.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_CRE.cpp \
|
||||
../../Core/S_DESIGN/SURFACE/SURF_BAS.cpp \
|
||||
../../Core/S_DESIGN/SKINNING.cpp \
|
||||
../../Core/S_DESIGN/SKIN_BRP.cpp \
|
||||
../../Core/S_DESIGN/SEW.cpp \
|
||||
../../Core/S_DESIGN/SCREW.cpp \
|
||||
../../Core/S_DESIGN/RULED.cpp \
|
||||
../../Core/S_DESIGN/REV.cpp \
|
||||
../../Core/S_DESIGN/PIPE_R.cpp \
|
||||
../../Core/S_DESIGN/PIPE.cpp \
|
||||
../../Core/S_DESIGN/MESH_SUR.cpp \
|
||||
../../Core/S_DESIGN/FACED.cpp \
|
||||
../../Core/S_DESIGN/EXTRUD.cpp \
|
||||
../../Core/S_DESIGN/EQUID.cpp \
|
||||
../../Core/S_DESIGN/DIV_BOTT.cpp \
|
||||
../../Core/S_DESIGN/COONS.cpp \
|
||||
../../Core/S_DESIGN/CIN_ERR.cpp \
|
||||
../../Core/S_DESIGN/CASTED.cpp \
|
||||
../../Core/S_DESIGN/BOTTOMS.cpp \
|
||||
../../Core/S_DESIGN/APR_SMOT.cpp \
|
||||
../../Core/S_DESIGN/APR_RIB.cpp \
|
||||
../../Core/S_DESIGN/APR_PATH.cpp \
|
||||
../../Core/SG_LIB/Z_STRING.cpp \
|
||||
../../Core/SG_LIB/Z_MATH.cpp \
|
||||
../../Core/SG_LIB/O_AFIN1.cpp \
|
||||
../../Core/SG_LIB/K_MATH.cpp \
|
||||
../../Core/ZMDI/OBJREGS.cpp \
|
||||
../../Core/ZMDI/MODFLAG.cpp \
|
||||
../../ExtendedClasses/Torus.cpp \
|
||||
../../ExtendedClasses/Text.cpp \
|
||||
../../ExtendedClasses/Surfaces.cpp \
|
||||
../../ExtendedClasses/Spline.cpp \
|
||||
../../ExtendedClasses/SphericBand.cpp \
|
||||
../../ExtendedClasses/Sphere.cpp \
|
||||
../../ExtendedClasses/Point.cpp \
|
||||
../../ExtendedClasses/Line.cpp \
|
||||
../../ExtendedClasses/KinematicOperations.cpp \
|
||||
../../ExtendedClasses/GroupAndContour.cpp \
|
||||
../../ExtendedClasses/Font.cpp \
|
||||
../../ExtendedClasses/Ellipsoid.cpp \
|
||||
../../ExtendedClasses/Dimensions.cpp \
|
||||
../../ExtendedClasses/Cylinder.cpp \
|
||||
../../ExtendedClasses/Cone.cpp \
|
||||
../../ExtendedClasses/Circle.cpp \
|
||||
../../ExtendedClasses/Box.cpp \
|
||||
../../ExtendedClasses/BooleanOperations.cpp \
|
||||
../../ExtendedClasses/Arc.cpp \
|
||||
../../ExtendedClasses/3DObject.cpp \
|
||||
../../ExtendedClasses/2DObject.cpp \
|
||||
../../Core/LINE_ARC/LAST_DIR.cpp \
|
||||
../../Core/LINE_ARC/DEFCNDPL.cpp \
|
||||
../../Core/LINE_ARC/CONDTSTR.cpp \
|
||||
../../Core/LINE_ARC/ARC_COND.cpp \
|
||||
../../Core/Z_SVP/ZCUTS.cpp \
|
||||
../../Core/Z_SVP/ZC_EQUID.cpp \
|
||||
../../Core/Z_SVP/TR_SEL.cpp \
|
||||
../../Core/Z_SVP/test_correct_paths_for_face.cpp \
|
||||
../../Core/Z_SVP/T_ORIENT.cpp \
|
||||
../../Core/Z_SVP/T_INSIDE.cpp \
|
||||
../../Core/Z_SVP/STR_UTIL.cpp \
|
||||
../../Core/Z_SVP/SELF_CRO.cpp \
|
||||
../../Core/Z_SVP/SEL_L_IT.cpp \
|
||||
../../Core/Z_SVP/S_FLAT.cpp \
|
||||
../../Core/Z_SVP/S_CONTAC.cpp \
|
||||
../../Core/Z_SVP/PNT_TR.cpp \
|
||||
../../Core/Z_SVP/OFF_SEL.cpp \
|
||||
../../Core/Z_SVP/OBJT_STR.cpp \
|
||||
../../Core/Z_SVP/GROUPOPR.cpp \
|
||||
../../Core/Z_SVP/GLOBAL.cpp \
|
||||
../../Core/Z_SVP/GET_OLIM.cpp \
|
||||
../../Core/Z_SVP/GEO_UTIL.cpp \
|
||||
../../Core/Z_SVP/DEL_OBJ.cpp \
|
||||
../../Core/Z_SVP/D_TO_TXT.cpp \
|
||||
../../Core/Z_SVP/CURR_PNT.cpp \
|
||||
../../Core/Z_SVP/CS_UTIL.cpp \
|
||||
../../Core/Z_SVP/CREATOBJ.cpp \
|
||||
../../Core/Z_SVP/CRE_BAK.cpp \
|
||||
../../Core/Z_SVP/ARC_UTIL.cpp \
|
||||
../../Core/Z_SVP/A_REGEN.cpp
|
||||
|
||||
HEADERS += \
|
||||
../../UndoRedo.h \
|
||||
../../sgTD.h \
|
||||
../../sgSpaceMath.h \
|
||||
../../sgScene.h \
|
||||
../../sgObject.h \
|
||||
../../sgMatrix.h \
|
||||
../../sgIApp.h \
|
||||
../../sgGroup.h \
|
||||
../../sgFileManager.h \
|
||||
../../sgErrors.h \
|
||||
../../sgDefs.h \
|
||||
../../sgCore.h \
|
||||
../../sgAlgs.h \
|
||||
../../sg3D.h \
|
||||
../../sg2D.h \
|
||||
../../resource.h \
|
||||
../../Core/txt_utils_hdr.h \
|
||||
../../Core/spln_utils_hdr.h \
|
||||
../../Core/space_math_hdr.h \
|
||||
../../Core/smthnk_utils_hdr.h \
|
||||
../../Core/sg.h \
|
||||
../../Core/obj_utils_hdr.h \
|
||||
../../Core/impexp_utils_hdr.h \
|
||||
../../Core/DraftData.h \
|
||||
../../Core/common_hdr.h \
|
||||
../../Core/boolean_utils_hdr.h \
|
||||
../../Core/attrib_utils_hdr.h \
|
||||
../../Core/arr_utils_hdr.h \
|
||||
../../Core/APLICAT/Delone/Delone.h \
|
||||
../../Core/APLICAT/Delone/BREPTriangulator.h \
|
||||
../../Core/txt_utils_hdr.h \
|
||||
../../Core/spln_utils_hdr.h \
|
||||
../../Core/space_math_hdr.h \
|
||||
../../Core/smthnk_utils_hdr.h \
|
||||
../../Core/sg.h \
|
||||
../../Core/obj_utils_hdr.h \
|
||||
../../Core/impexp_utils_hdr.h \
|
||||
../../Core/DraftData.h \
|
||||
../../Core/common_hdr.h \
|
||||
../../Core/boolean_utils_hdr.h \
|
||||
../../Core/attrib_utils_hdr.h \
|
||||
../../Core/arr_utils_hdr.h
|
||||
|
||||
win32:CONFIG *= dll
|
||||
|
||||
symbian {
|
||||
MMP_RULES += EXPORTUNFROZEN
|
||||
TARGET.UID3 = 0xE7D79DEE
|
||||
TARGET.CAPABILITY =
|
||||
TARGET.EPOCALLOWDLLDATA = 1
|
||||
addFiles.sources = sgCore.dll
|
||||
addFiles.path = !:/sys/bin
|
||||
DEPLOYMENT += addFiles
|
||||
}
|
||||
|
||||
unix:!symbian {
|
||||
maemo5 {
|
||||
target.path = /opt/usr/lib
|
||||
} else {
|
||||
target.path = /usr/lib
|
||||
}
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
OTHER_FILES +=
|
||||
Reference in New Issue
Block a user