Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
commit465229e4d6243e0109117bef072ec8722c845a72 (patch)
tree647efac9dbbe2000a083d2ed1847760f09f2280d /intern/ghost
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/make/msvc_7_0/ghost.sln21
-rw-r--r--intern/ghost/make/msvc_7_0/ghost.vcproj274
2 files changed, 295 insertions, 0 deletions
diff --git a/intern/ghost/make/msvc_7_0/ghost.sln b/intern/ghost/make/msvc_7_0/ghost.sln
new file mode 100644
index 00000000000..a2073664ca5
--- /dev/null
+++ b/intern/ghost/make/msvc_7_0/ghost.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghost", "ghost.vcproj", "{37364341-0C53-433A-B4CC-CDDD176CABC5}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {37364341-0C53-433A-B4CC-CDDD176CABC5}.Debug.ActiveCfg = Debug|Win32
+ {37364341-0C53-433A-B4CC-CDDD176CABC5}.Debug.Build.0 = Debug|Win32
+ {37364341-0C53-433A-B4CC-CDDD176CABC5}.Release.ActiveCfg = Release|Win32
+ {37364341-0C53-433A-B4CC-CDDD176CABC5}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/intern/ghost/make/msvc_7_0/ghost.vcproj b/intern/ghost/make/msvc_7_0/ghost.vcproj
new file mode 100644
index 00000000000..da5e2e33012
--- /dev/null
+++ b/intern/ghost/make/msvc_7_0/ghost.vcproj
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="ghost"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\ghost"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\ghost"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../..,../../../../../lib/windows/string/include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\ghost/ghost.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\ghost/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\ghost/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\ghost/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\ghost\libghost.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copying GHOST files library (release target) to lib tree."
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\ghost\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\ghost\*.lib ..\..\..\..\..\lib\windows\ghost\lib\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\ghost\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\ghost\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..,../../../../../lib/windows/string/include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\ghost\debug/ghost.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\ghost\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\ghost\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\ghost\debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\ghost\debug\libghost.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copying GHOST files library (debug target) to lib tree."
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\ghost\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\ghost\debug\*.lib ..\..\..\..\..\lib\windows\ghost\lib\debug\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <Filter
+ Name="intern"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\GHOST_Buttons.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_CallbackEventConsumer.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_Debug.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_DisplayManager.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_DisplayManagerWin32.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_Event.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventButton.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventCursor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventKey.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventManager.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventPrinter.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventWheel.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventWindow.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_ModifierKeys.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_System.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_SystemWin32.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_TimerManager.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_TimerTask.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_Window.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_WindowManager.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_WindowWin32.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="extern"
+ Filter="">
+ <File
+ RelativePath="..\..\GHOST_C-api.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_IEvent.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_IEventConsumer.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_ISystem.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_ITimerTask.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_IWindow.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_Rect.h">
+ </File>
+ <File
+ RelativePath="..\..\GHOST_Types.h">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\GHOST_Buttons.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_C-api.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_CallbackEventConsumer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_DisplayManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_DisplayManagerWin32.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_EventPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_ISystem.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_ModifierKeys.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_Rect.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_System.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_SystemWin32.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_TimerManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_Window.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_WindowManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\GHOST_WindowWin32.cpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>