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/bmfont/make
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/bmfont/make')
-rw-r--r--intern/bmfont/make/msvc_7_0/bmfont.sln21
-rw-r--r--intern/bmfont/make/msvc_7_0/bmfont.vcproj186
2 files changed, 207 insertions, 0 deletions
diff --git a/intern/bmfont/make/msvc_7_0/bmfont.sln b/intern/bmfont/make/msvc_7_0/bmfont.sln
new file mode 100644
index 00000000000..7f1979a8273
--- /dev/null
+++ b/intern/bmfont/make/msvc_7_0/bmfont.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmfont", "bmfont.vcproj", "{8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Debug.ActiveCfg = Debug|Win32
+ {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Debug.Build.0 = Debug|Win32
+ {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Release.ActiveCfg = Release|Win32
+ {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/intern/bmfont/make/msvc_7_0/bmfont.vcproj b/intern/bmfont/make/msvc_7_0/bmfont.vcproj
new file mode 100644
index 00000000000..7ef7ba044ce
--- /dev/null
+++ b/intern/bmfont/make/msvc_7_0/bmfont.vcproj
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="bmfont"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\bmfont"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\bmfont"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../..,../../intern"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\bmfont/bmfont.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\bmfont/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\bmfont/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\bmfont/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\bmfont\libbmfont.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copying BMFONT files library (release target) to lib tree."
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\bmfont\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\bmfont\*.lib ..\..\..\..\..\lib\windows\bmfont\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\bmfont\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\bmfont\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..,../../intern"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\bmfont\debug/bmfont.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\bmfont\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\bmfont\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\bmfont\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\bmfont\debug\libbmfont.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copying BMFONT files library (debug target) to lib tree."
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\bmfont\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\bmfont\debug\*.lib ..\..\..\..\..\lib\windows\bmfont\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="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\intern\BMF_Api.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_BitmapFont.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helv10.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helv12.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helvb10.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helvb12.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helvb14.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_helvb8.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_scr12.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_scr14.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_font_scr15.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <Filter
+ Name="intern"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\BMF_BitmapFont.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\BMF_FontData.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="extern"
+ Filter="">
+ <File
+ RelativePath="..\..\BMF_Api.h">
+ </File>
+ <File
+ RelativePath="..\..\BMF_Fonts.h">
+ </File>
+ <File
+ RelativePath="..\..\BMF_Settings.h">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>