📄 freetype.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00# ** DO NOT EDIT **#
#
# Copyright 1996-2002 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
# indicate that you have read the license and understand and accept it
# fully.
# TARGTYPE "Win32 (x86) Static Library" 0x0104!IF "$(CFG)" == ""CFG=freetype - Win32 Debug!MESSAGE No configuration specified. Defaulting to freetype - Win32 Debug.!ENDIF !IF "$(CFG)" != "freetype - Win32 Release" && "$(CFG)" !=\ "freetype - Win32 Debug"!MESSAGE Invalid configuration "$(CFG)" specified.!MESSAGE You can specify a configuration when running NMAKE on this makefile!MESSAGE by defining the macro CFG on the command line. For example:!MESSAGE !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug"!MESSAGE !MESSAGE Possible choices for configuration are:!MESSAGE !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")!MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")!MESSAGE !ERROR An invalid configuration is specified.!ENDIF !IF "$(OS)" == "Windows_NT"NULL=!ELSE NULL=nul!ENDIF ################################################################################# Begin Project# PROP Target_Last_Scanned "freetype - Win32 Debug"CPP=cl.exe!IF "$(CFG)" == "freetype - Win32 Release"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 0# PROP BASE Output_Dir "Release"# PROP BASE Intermediate_Dir "Release"# PROP BASE Target_Dir ""# PROP Use_MFC 0# PROP Use_Debug_Libraries 0# PROP Output_Dir "."# PROP Intermediate_Dir "Release"# PROP Target_Dir ""OUTDIR=.INTDIR=.\ReleaseALL : "$(OUTDIR)\libttf.lib"CLEAN : -@erase ".\libttf.lib" -@erase ".\Release\freetype.obj"
-@erase ".\Release\ftxcmap.obj"
-@erase ".\Release\ftxerr18.obj"
-@erase ".\Release\ftxgasp.obj"
-@erase ".\Release\ftxkern.obj"
-@erase ".\Release\ftxpost.obj"
-@erase ".\Release\ftxsbit.obj"
-@erase ".\Release\ftxwidth.obj"
-@erase ".\Release\ftxopen.obj"
-@erase ".\Release\ftxgdef.obj"
-@erase ".\Release\ftxgsub.obj"
-@erase ".\Release\ftxgpos.obj"
"$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)""$(INTDIR)" : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)""$(OUTDIR)" :"$(OUTDIR)\libttf.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS).c{$(CPP_OBJS)}.obj:.c{$(CPP_SBRS)}.sbr:.cpp{$(CPP_OBJS)}.obj:.cpp{$(CPP_SBRS)}.sbr:.cxx{$(CPP_OBJS)}.obj:.cxx{$(CPP_SBRS)}.sbr:# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c# ADD CPP /nologo /MD /Za /W3 /GX /O2 /I "." /I "..\.." /I "..\..\extend" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c# SUBTRACT CPP /YXCPP_PROJ=/nologo /MD /Za /W3 /GX /O2 /I "." /I "..\.." /I "..\..\extend" /D\ "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fo"$(INTDIR)/" /c CPP_OBJS=.\Release/CPP_SBRS=BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoBSC32_FLAGS=/nologo /o"$(OUTDIR)/freetype.bsc" BSC32_SBRS=LIB32=link.exe -lib# ADD BASE LIB32 /nologo# ADD LIB32 /nologo /out:"libttf.lib"LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libttf.lib" LIB32_OBJS= \ "$(INTDIR)/freetype.obj" \
"$(INTDIR)/ftxcmap.obj" \
"$(INTDIR)/ftxerr18.obj" \
"$(INTDIR)/ftxgasp.obj" \
"$(INTDIR)/ftxkern.obj" \
"$(INTDIR)/ftxpost.obj" \
"$(INTDIR)/ftxsbit.obj" \
"$(INTDIR)/ftxwidth.obj" \
"$(INTDIR)/ftxopen.obj" \
"$(INTDIR)/ftxgdef.obj" \
"$(INTDIR)/ftxgsub.obj" \
"$(INTDIR)/ftxgpos.obj"
"$(OUTDIR)\libttf.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) $(LIB32) @<< $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)<<!ELSEIF "$(CFG)" == "freetype - Win32 Debug"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 1# PROP BASE Output_Dir "Debug"# PROP BASE Intermediate_Dir "Debug"# PROP BASE Target_Dir ""# PROP Use_MFC 0# PROP Use_Debug_Libraries 1# PROP Output_Dir "Debug"# PROP Intermediate_Dir "Debug"# PROP Target_Dir ""OUTDIR=.\DebugINTDIR=.\DebugALL : "$(OUTDIR)\libttf.lib"CLEAN : -@erase ".\Debug\libttf.lib"
-@erase ".\Debug\freetype.obj"
-@erase ".\Debug\ftxcmap.obj"
-@erase ".\Debug\ftxerr18.obj"
-@erase ".\Debug\ftxgasp.obj"
-@erase ".\Debug\ftxkern.obj"
-@erase ".\Debug\ftxpost.obj"
-@erase ".\Debug\ftxsbit.obj"
-@erase ".\Debug\ftxwidth.obj"
-@erase ".\Debug\ftxopen.obj"
-@erase ".\Debug\ftxgdef.obj"
-@erase ".\Debug\ftxgsub.obj"
-@erase ".\Debug\ftxgpos.obj"
"$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)""$(OUTDIR)" :"$(OUTDIR)\libttf.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS).c{$(CPP_OBJS)}.obj:.cpp{$(CPP_OBJS)}.obj:.cxx{$(CPP_OBJS)}.obj:.c{$(CPP_SBRS)}.sbr:.cpp{$(CPP_SBRS)}.sbr:.cxx{$(CPP_SBRS)}.sbr:# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c# ADD CPP /nologo /MDd /Za /W3 /GX /Z7 /Od /I "." /I "..\.." /I "..\..\extend" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c# SUBTRACT CPP /YXCPP_PROJ=/nologo /MDd /Za /W3 /GX /Z7 /Od /I "." /I "..\.." /I "..\..\extend"\ /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fo"$(INTDIR)/" /c CPP_OBJS=.\Debug/CPP_SBRS=BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoBSC32_FLAGS=/nologo /o"$(OUTDIR)/freetype.bsc" BSC32_SBRS=LIB32=link.exe -lib# ADD BASE LIB32 /nologo# ADD LIB32 /nologo /out:"libttf.lib"LIB32_FLAGS=/nologo /out:"libttf.lib" LIB32_OBJS= \ "$(INTDIR)/freetype.obj" \
"$(INTDIR)/ftxcmap.obj" \
"$(INTDIR)/ftxerr18.obj" \
"$(INTDIR)/ftxgasp.obj" \
"$(INTDIR)/ftxkern.obj" \
"$(INTDIR)/ftxpost.obj" \
"$(INTDIR)/ftxsbit.obj" \
"$(INTDIR)/ftxwidth.obj" \
"$(INTDIR)/ftxopen.obj" \
"$(INTDIR)/ftxgdef.obj" \
"$(INTDIR)/ftxgsub.obj" \
"$(INTDIR)/ftxgpos.obj"
"$(OUTDIR)\libttf.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) $(LIB32) @<< $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)<<!ENDIF .c{$(CPP_OBJS)}.obj: $(CPP) $(CPP_PROJ) $< .cpp{$(CPP_OBJS)}.obj: $(CPP) $(CPP_PROJ) $< .cxx{$(CPP_OBJS)}.obj: $(CPP) $(CPP_PROJ) $< .c{$(CPP_SBRS)}.sbr: $(CPP) $(CPP_PROJ) $< .cpp{$(CPP_SBRS)}.sbr: $(CPP) $(CPP_PROJ) $< .cxx{$(CPP_SBRS)}.sbr: $(CPP) $(CPP_PROJ) $< ################################################################################# Begin Target# Name "freetype - Win32 Release"# Name "freetype - Win32 Debug"!IF "$(CFG)" == "freetype - Win32 Release"!ELSEIF "$(CFG)" == "freetype - Win32 Debug"!ENDIF ################################################################################# Begin Source FileSOURCE=..\..\extend\ftxgpos.cDEP_CPP_FTXGP=\ {$(INCLUDE)}"\tttypes.h"\ {$(INCLUDE)}"\tttags.h"\ {$(INCLUDE)}"\ttload.h"\ {$(INCLUDE)}"\ttextend.h"\ {$(INCLUDE)}"\ttmemory.h"\ {$(INCLUDE)}"\ttfile.h"\ "..\..\extend\ftxopen.h"\ "..\..\extend\ftxopenf.h"\ {$(INCLUDE)}"\ttconfig.h"\ {$(INCLUDE)}"\freetype.h"\ {$(INCLUDE)}"\ft_conf.h"\ "..\..\fterrid.h"\ "..\..\ftnameid.h"\ {$(INCLUDE)}"\ttobjs.h"\ "..\..\ttengine.h"\ "..\..\ttmutex.h"\ "..\..\ttcache.h"\ {$(INCLUDE)}"\tttables.h"\ "..\..\ttcmap.h"\ {$(INCLUDE)}"\ttdebug.h"\ "..\..\extend\ftxgdef.h"\ "..\..\extend\ftxgsub.h"\ "..\..\extend\ftxgpos.h"\ !IF "$(CFG)" == "freetype - Win32 Release""$(INTDIR)\ftxgpos.obj" : $(SOURCE) $(DEP_CPP_FTXGP) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "freetype - Win32 Debug""$(INTDIR)\ftxgpos.obj" : $(SOURCE) $(DEP_CPP_FTXGP) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=..\..\extend\ftxgsub.cDEP_CPP_FTXGS=\ {$(INCLUDE)}"\tttypes.h"\ {$(INCLUDE)}"\tttags.h"\ {$(INCLUDE)}"\ttload.h"\ {$(INCLUDE)}"\ttextend.h"\ {$(INCLUDE)}"\ttmemory.h"\ {$(INCLUDE)}"\ttfile.h"\ "..\..\extend\ftxopen.h"\ "..\..\extend\ftxopenf.h"\ {$(INCLUDE)}"\ttconfig.h"\ {$(INCLUDE)}"\freetype.h"\ {$(INCLUDE)}"\ft_conf.h"\ "..\..\fterrid.h"\ "..\..\ftnameid.h"\ {$(INCLUDE)}"\ttobjs.h"\ "..\..\ttengine.h"\ "..\..\ttmutex.h"\ "..\..\ttcache.h"\ {$(INCLUDE)}"\tttables.h"\ "..\..\ttcmap.h"\ {$(INCLUDE)}"\ttdebug.h"\ "..\..\extend\ftxgdef.h"\
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -