⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 everything.mak

📁 Shorthand是一个强大的脚本语言
💻 MAK
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on Everything.dsp
!IF "$(CFG)" == ""
CFG=Everything - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Everything - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "Everything - Win32 Release" && "$(CFG)" != "Everything - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!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 "Everything.mak" CFG="Everything - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Everything - Win32 Release" (based on "Win32 (x86) Generic Project")
!MESSAGE "Everything - Win32 Debug" (based on "Win32 (x86) Generic Project")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

OUTDIR=.\Everything___Win32_Release
INTDIR=.\Everything___Win32_Release

!IF "$(RECURSE)" == "0" 

ALL : 

!ELSE 

ALL : "shorthand_cgi - Win32 Release" "shh_isapi - Win32 Release" "mod_shorthand - Win32 Release" 

!ENDIF 

!IF "$(RECURSE)" == "1" 
CLEAN :"mod_shorthand - Win32 ReleaseCLEAN" "shh_isapi - Win32 ReleaseCLEAN" "shorthand_cgi - Win32 ReleaseCLEAN" 
!ELSE 
CLEAN :
!ENDIF 
	-@erase 

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

MTL=midl.exe

!IF  "$(CFG)" == "Everything - Win32 Release"

!ELSEIF  "$(CFG)" == "Everything - Win32 Debug"

!ENDIF 

MTL_PROJ=

!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("Everything.dep")
!INCLUDE "Everything.dep"
!ELSE 
!MESSAGE Warning: cannot find "Everything.dep"
!ENDIF 
!ENDIF 


!IF "$(CFG)" == "Everything - Win32 Release" || "$(CFG)" == "Everything - Win32 Debug"

!IF  "$(CFG)" == "Everything - Win32 Release"

"mod_shorthand - Win32 Release" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\mod_shorthand.mak CFG="mod_shorthand - Win32 Release" 
   cd "."

"mod_shorthand - Win32 ReleaseCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\mod_shorthand.mak CFG="mod_shorthand - Win32 Release" RECURSE=1 CLEAN 
   cd "."

!ELSEIF  "$(CFG)" == "Everything - Win32 Debug"

"mod_shorthand - Win32 Debug" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\mod_shorthand.mak CFG="mod_shorthand - Win32 Debug" 
   cd "."

"mod_shorthand - Win32 DebugCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\mod_shorthand.mak CFG="mod_shorthand - Win32 Debug" RECURSE=1 CLEAN 
   cd "."

!ENDIF 

!IF  "$(CFG)" == "Everything - Win32 Release"

"shh_isapi - Win32 Release" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shh_isapi.mak CFG="shh_isapi - Win32 Release" 
   cd "."

"shh_isapi - Win32 ReleaseCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shh_isapi.mak CFG="shh_isapi - Win32 Release" RECURSE=1 CLEAN 
   cd "."

!ELSEIF  "$(CFG)" == "Everything - Win32 Debug"

"shh_isapi - Win32 Debug" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shh_isapi.mak CFG="shh_isapi - Win32 Debug" 
   cd "."

"shh_isapi - Win32 DebugCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shh_isapi.mak CFG="shh_isapi - Win32 Debug" RECURSE=1 CLEAN 
   cd "."

!ENDIF 

!IF  "$(CFG)" == "Everything - Win32 Release"

"shorthand_cgi - Win32 Release" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shorthand_cgi.mak CFG="shorthand_cgi - Win32 Release" 
   cd "."

"shorthand_cgi - Win32 ReleaseCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shorthand_cgi.mak CFG="shorthand_cgi - Win32 Release" RECURSE=1 CLEAN 
   cd "."

!ELSEIF  "$(CFG)" == "Everything - Win32 Debug"

"shorthand_cgi - Win32 Debug" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shorthand_cgi.mak CFG="shorthand_cgi - Win32 Debug" 
   cd "."

"shorthand_cgi - Win32 DebugCLEAN" : 
   cd "."
   $(MAKE) /$(MAKEFLAGS) /F .\shorthand_cgi.mak CFG="shorthand_cgi - Win32 Debug" RECURSE=1 CLEAN 
   cd "."

!ENDIF 


!ENDIF 

⌨️ 快捷键说明

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