📄 gimcrack.dsp
字号:
# Microsoft Developer Studio Project File - Name="Gimcrack" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=Gimcrack - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "Gimcrack.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "Gimcrack.mak" CFG="Gimcrack - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "Gimcrack - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "Gimcrack - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "Gimcrack - 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 "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD BASE RSC /l 0x41d /d "NDEBUG"
# ADD RSC /l 0x41d /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Custom Build
OutDir=.\Release
InputPath=.\Release\Gimcrack.lib
SOURCE="$(InputPath)"
"Copying latest engine to base dir.." : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(OutDir)\*.lib .
# End Custom Build
!ELSEIF "$(CFG)" == "Gimcrack - 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 ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Custom Build
OutDir=.\Debug
InputPath=.\Debug\Gimcrack.lib
SOURCE="$(InputPath)"
"Copying latest engine to base dir.." : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(OutDir)\*.lib .
# End Custom Build
!ENDIF
# Begin Target
# Name "Gimcrack - Win32 Release"
# Name "Gimcrack - Win32 Debug"
# Begin Group "Debugging"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Debugging Heander"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\debugging\assert.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\debugging\compinfo.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\debugging\dbgconsole.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\debugging\debug.h
# End Source File
# End Group
# Begin Group "Debugging Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\debugging\assert.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\debugging\compinfo.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\debugging\debug.cpp
# End Source File
# End Group
# End Group
# Begin Group "Model"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Model Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\model\cube.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\gmd.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\gmdformat.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\md2.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\md2format.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\model.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\ms3d.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\ms3dformat.h
# End Source File
# End Group
# Begin Group "Model Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\model\cube.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\gmd.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\md2.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\model\ms3d.cpp
# End Source File
# End Group
# End Group
# Begin Group "Entity"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Entity Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\entity\activator.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\entity\entity.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\entity\trsnode.h
# End Source File
# End Group
# Begin Group "Entity Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\entity\trsnode.cpp
# End Source File
# End Group
# End Group
# Begin Group "Gui"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Gui Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\gui\console.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\font.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\gui.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\minimap.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\sprite.h
# End Source File
# End Group
# Begin Group "Gui Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\gui\console.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\font.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\gui.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\minimap.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gui\sprite.cpp
# End Source File
# End Group
# End Group
# Begin Group "Loader"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Loader Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\loader\bitmap.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\loader\loader.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\loader\targa.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\loader\tgaformat.h
# End Source File
# End Group
# Begin Group "Loader Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\loader\bitmap.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\loader\targa.cpp
# End Source File
# End Group
# End Group
# Begin Group "Math"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Math Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\math\aabb.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\aabr.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\math.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\matrix.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\obb.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\plane.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\point.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\triangle.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\vector.h
# End Source File
# End Group
# Begin Group "Math Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\math\aabb.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\aabr.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\math.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\matrix.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\obb.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\plane.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\math\triangle.cpp
# End Source File
# End Group
# End Group
# Begin Group "Opengl"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Opengl Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\opengl\mem.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\opengl\opengl.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\opengl\openglext.h
# End Source File
# End Group
# Begin Group "Opengl Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\opengl\mem.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\opengl\opengl.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\opengl\openglext.cpp
# End Source File
# End Group
# End Group
# Begin Group "Terrain"
# PROP Default_Filter "*.cpp;*.h"
# Begin Group "Terrain Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\terrain\quadtree.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\skybox.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\terrain.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\terrainnode.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\water.h
# End Source File
# End Group
# Begin Group "Terrain Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\terrain\quadtree.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\skybox.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\terrain.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\terrainnode.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\terrain\water.cpp
# End Source File
# End Group
# End Group
# Begin Group "Common"
# PROP Default_Filter ""
# Begin Group "Common Header"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\gimcrack\camera.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\engine.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\frustum.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gimcrack.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\global.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\polygonbuffer.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\rendernode.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\settings.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\singleton.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\staticgeometry.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\texture.h
# End Source File
# Begin Source File
SOURCE=.\gimcrack\timer.h
# End Source File
# End Group
# Begin Group "Common Source"
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\gimcrack\camera.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\frustum.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\gimcrack.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\global.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\settings.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\staticgeometry.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\texture.cpp
# End Source File
# Begin Source File
SOURCE=.\gimcrack\timer.cpp
# End Source File
# End Group
# End Group
# End Target
# End Project
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -