info_folder_structure.txt

来自「quake1 dos源代码最新版本」· 文本 代码 · 共 35 行

TXT
35
字号
Folder structure
================
c:\quake_engine (or whereever you keep your Quake engine sourcecode)
|
|-> asm
|   Contains all DJGPP assembler files including header files for Quake and
|   QuakeWorld. Also contains batch files to compile these for LCC-Win32.
|
|-> gas2masm
|   Contains the GAS2MASM sourcecode, which is needed to convert the
|   DJGPP assembler files for Microsoft's MASM.
|   Also contains a LCC-Win32 project file.
|
|-> icons
|   Contains the icons for Quake and Quakeworld.
|
|-> qip_quake
|   Contains the C source files and other files for normal Quake.
|   Also contains LCC-Win32 project files for WinQuake and GLQuake.
|
|-> qip_quakeworld
|   Contains the C source files and other files for QuakeWorld.
|
|-> scitech
|   Contains the SciTech includes and libraries for the non-GL Windows versions
|   of Quake and QuakeWorld.
|
\-> vpsplit
    Tool to split a large VISPatch file for several maps into VISPatch files for 
    each map.

Note:
The "dxsdk" folder has been removed and all C source files now use the latest
DirectX header files coming with the Windows compiler.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?