📄 ntfs.mak
字号:
.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) $< RSC=rc.exe# ADD BASE RSC /l 0x407 /d "NDEBUG"# ADD RSC /l 0x407 /d "NDEBUG"BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoBSC32_FLAGS=/nologo /o"$(OUTDIR)/ntcp.bsc" BSC32_SBRS= \ LINK32=link.exe# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ odbccp32.lib /nologo /subsystem:console /incremental:no\ /pdb:"$(OUTDIR)/ntcp.pdb" /machine:I386 /out:"$(OUTDIR)/ntcp.exe" LINK32_OBJS= \ "$(INTDIR)\ntcp.obj" \ "$(OUTDIR)\ntfs.lib""$(OUTDIR)\ntcp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS)<<!ELSEIF "$(CFG)" == "ntcp - Win32 Debug"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 1# PROP BASE Output_Dir "ntcp\Debug"# PROP BASE Intermediate_Dir "ntcp\Debug"# PROP BASE Target_Dir "ntcp"# PROP Use_MFC 0# PROP Use_Debug_Libraries 1# PROP Output_Dir "Debug"# PROP Intermediate_Dir "Debug"# PROP Target_Dir "ntcp"OUTDIR=.\DebugINTDIR=.\DebugALL : "ntfs - Win32 Debug" "$(OUTDIR)\ntcp.exe"CLEAN : -@erase "$(INTDIR)\ntcp.obj" -@erase "$(INTDIR)\vc40.idb" -@erase "$(INTDIR)\vc40.pdb" -@erase "$(OUTDIR)\ntcp.exe" -@erase "$(OUTDIR)\ntcp.ilk" -@erase "$(OUTDIR)\ntcp.pdb""$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"CPP=cl.exe# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\common" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /cCPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\common" /I "." /D "WIN32" /D\ "_DEBUG" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/ntcp.pch" /YX\ /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c CPP_OBJS=.\Debug/CPP_SBRS=.\..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) $< RSC=rc.exe# ADD BASE RSC /l 0x407 /d "_DEBUG"# ADD RSC /l 0x407 /d "_DEBUG"BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoBSC32_FLAGS=/nologo /o"$(OUTDIR)/ntcp.bsc" BSC32_SBRS= \ LINK32=link.exe# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ odbccp32.lib /nologo /subsystem:console /incremental:yes\ /pdb:"$(OUTDIR)/ntcp.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ntcp.exe" LINK32_OBJS= \ "$(INTDIR)\ntcp.obj" \ "$(OUTDIR)\ntfs.lib""$(OUTDIR)\ntcp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS)<<!ENDIF ################################################################################# Begin Target# Name "ntdir - Win32 Release"# Name "ntdir - Win32 Debug"!IF "$(CFG)" == "ntdir - Win32 Release"!ELSEIF "$(CFG)" == "ntdir - Win32 Debug"!ENDIF ################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\user\ntdir.c!IF "$(CFG)" == "ntdir - Win32 Release"DEP_CPP_NTDIR=\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\struct.h"\ "..\common\support.h"\ "..\common\util.h"\ "..\user\nttools.h"\ ".\config.h"\ ".\getopt.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\ntdir.obj" : $(SOURCE) $(DEP_CPP_NTDIR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "ntdir - Win32 Debug"DEP_CPP_NTDIR=\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\struct.h"\ "..\common\support.h"\ "..\common\util.h"\ "..\user\nttools.h"\ ".\config.h"\ ".\getopt.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\ntdir.obj" : $(SOURCE) $(DEP_CPP_NTDIR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Project Dependency# Project_Dep_Name "ntfs"!IF "$(CFG)" == "ntdir - Win32 Debug""ntfs - Win32 Debug" : $(MAKE) /$(MAKEFLAGS) /F ".\ntfs.mak" CFG="ntfs - Win32 Debug" !ELSEIF "$(CFG)" == "ntdir - Win32 Release""ntfs - Win32 Release" : $(MAKE) /$(MAKEFLAGS) /F ".\ntfs.mak" CFG="ntfs - Win32 Release" !ENDIF # End Project Dependency# End Target################################################################################# Begin Target# Name "ntfs - Win32 Release"# Name "ntfs - Win32 Debug"!IF "$(CFG)" == "ntfs - Win32 Release"!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"!ENDIF ################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\common\attr.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_ATTR_=\ "..\common\attr.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\attr.obj" : $(SOURCE) $(DEP_CPP_ATTR_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_ATTR_=\ "..\common\attr.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\attr.obj" : $(SOURCE) $(DEP_CPP_ATTR_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\common\dir.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_DIR_C=\ "..\common\attr.h"\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\dir.obj" : $(SOURCE) $(DEP_CPP_DIR_C) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_DIR_C=\ "..\common\attr.h"\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\dir.obj" : $(SOURCE) $(DEP_CPP_DIR_C) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=.\getopt.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_GETOP=\ ".\config.h"\ ".\getopt.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\getopt.obj" : $(SOURCE) $(DEP_CPP_GETOP) "$(INTDIR)"!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_GETOP=\ ".\config.h"\ ".\getopt.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\getopt.obj" : $(SOURCE) $(DEP_CPP_GETOP) "$(INTDIR)"!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=.\getopt1.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_GETOPT=\ ".\config.h"\ ".\getopt.h"\ "$(INTDIR)\getopt1.obj" : $(SOURCE) $(DEP_CPP_GETOPT) "$(INTDIR)"!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_GETOPT=\ ".\config.h"\ ".\getopt.h"\ "$(INTDIR)\getopt1.obj" : $(SOURCE) $(DEP_CPP_GETOPT) "$(INTDIR)"!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\common\inode.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_INODE=\ "..\common\attr.h"\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\inode.obj" : $(SOURCE) $(DEP_CPP_INODE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_INODE=\ "..\common\attr.h"\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "$(INTDIR)\inode.obj" : $(SOURCE) $(DEP_CPP_INODE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\user\nttools.c!IF "$(CFG)" == "ntfs - Win32 Release"DEP_CPP_NTTOO=\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "..\user\nttools.h"\ ".\config.h"\ {$(INCLUDE)}"\sys\stat.h"\ {$(INCLUDE)}"\sys\types.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\nttools.obj" : $(SOURCE) $(DEP_CPP_NTTOO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ELSEIF "$(CFG)" == "ntfs - Win32 Debug"DEP_CPP_NTTOO=\ "..\common\dir.h"\ "..\common\inode.h"\ "..\common\macros.h"\ "..\common\struct.h"\ "..\common\super.h"\ "..\common\support.h"\ "..\common\util.h"\ "..\user\nttools.h"\ ".\config.h"\ {$(INCLUDE)}"\sys\stat.h"\ {$(INCLUDE)}"\sys\types.h"\ {$(INCLUDE)}"\unistd.h"\ "$(INTDIR)\nttools.obj" : $(SOURCE) $(DEP_CPP_NTTOO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF # End Source File################################################################################# Begin Source FileSOURCE=\MSDEV\projects\ntfs\common\super.c!IF "$(CFG)" == "ntfs - Win32 Release"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -