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

📄 dummy.mak

📁 Win9x下文件系统驱动的例子(EXT2)源代码。
💻 MAK
📖 第 1 页 / 共 2 页
字号:
!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\super.c

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

DEP_CPP_SUPER=\
	".\vxd.h"\
	".\..\shared\parttype.h"\
	".\..\shared\vxddebug.h"\
	".\super.h"\
	".\inode.h"\
	".\parttbl.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	".\ext2fs.h"\
	".\..\shared\blkdev.h"\
	

"$(INTDIR)\super.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"


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

DEP_CPP_SUPER=\
	".\vxd.h"\
	".\..\shared\parttype.h"\
	".\..\shared\vxddebug.h"\
	".\super.h"\
	".\inode.h"\
	".\parttbl.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	

"$(INTDIR)\super.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\block.c

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

DEP_CPP_BLOCK=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\cache.h"\
	".\block.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\block.obj" : $(SOURCE) $(DEP_CPP_BLOCK) "$(INTDIR)"


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

DEP_CPP_BLOCK=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\cache.h"\
	".\block.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\block.obj" : $(SOURCE) $(DEP_CPP_BLOCK) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\notes.txt

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

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

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\dir.c

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

DEP_CPP_DIR_C=\
	".\vxd.h"\
	".\dir.h"\
	".\cache.h"\
	".\super.h"\
	".\inode.h"\
	".\block.h"\
	".\util.h"\
	".\unixstat.h"\
	".\..\shared\vxddebug.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\ext2fs.h"\
	".\..\shared\blkdev.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\dir.obj" : $(SOURCE) $(DEP_CPP_DIR_C) "$(INTDIR)"


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

DEP_CPP_DIR_C=\
	".\vxd.h"\
	".\dir.h"\
	".\cache.h"\
	".\super.h"\
	".\inode.h"\
	".\block.h"\
	".\util.h"\
	".\unixstat.h"\
	".\..\shared\vxddebug.h"\
	".\ext2fs.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\dir.obj" : $(SOURCE) $(DEP_CPP_DIR_C) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\file.c

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

DEP_CPP_FILE_=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\file.h"\
	".\ext2fs.h"\
	".\super.h"\
	".\inode.h"\
	".\unixstat.h"\
	".\util.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	".\..\shared\blkdev.h"\
	

"$(INTDIR)\file.obj" : $(SOURCE) $(DEP_CPP_FILE_) "$(INTDIR)"


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

DEP_CPP_FILE_=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\file.h"\
	".\ext2fs.h"\
	".\super.h"\
	".\inode.h"\
	".\unixstat.h"\
	".\util.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	

"$(INTDIR)\file.obj" : $(SOURCE) $(DEP_CPP_FILE_) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\fsdfile.c

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

DEP_CPP_FSDFI=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\fsdfile.h"\
	".\file.h"\
	".\ext2fs.h"\
	".\dir.h"\
	".\inode.h"\
	".\util.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\fsdfile.obj" : $(SOURCE) $(DEP_CPP_FSDFI) "$(INTDIR)"


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

DEP_CPP_FSDFI=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\fsdfile.h"\
	".\file.h"\
	".\ext2fs.h"\
	".\dir.h"\
	".\inode.h"\
	".\util.h"\
	".\..\shared\debug.h"\
	

"$(INTDIR)\fsdfile.obj" : $(SOURCE) $(DEP_CPP_FSDFI) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\parttbl.c

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

DEP_CPP_PARTT=\
	".\vxd.h"\
	".\..\shared\partwalk.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\..\shared\fsdioctl.h"\
	".\parttbl.h"\
	"e:\vtd95\include\dcb.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	".\..\shared\parttype.h"\
	

"$(INTDIR)\parttbl.obj" : $(SOURCE) $(DEP_CPP_PARTT) "$(INTDIR)"


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

DEP_CPP_PARTT=\
	".\vxd.h"\
	".\..\shared\partwalk.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\..\shared\fsdioctl.h"\
	".\parttbl.h"\
	"e:\vtd95\include\dcb.h"\
	".\..\shared\debug.h"\
	".\..\shared\parttype.h"\
	

"$(INTDIR)\parttbl.obj" : $(SOURCE) $(DEP_CPP_PARTT) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\vxd.c

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

DEP_CPP_VXD_C=\
	".\vxd.h"\
	".\..\shared\e2version.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\..\shared\fsdioctl.h"\
	".\ext2fs.h"\
	".\fsdmount.h"\
	".\fsdvol.h"\
	".\super.h"\
	".\inode.h"\
	".\block.h"\
	".\dir.h"\
	".\parttbl.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	".\..\shared\parttype.h"\
	

"$(INTDIR)\vxd.obj" : $(SOURCE) $(DEP_CPP_VXD_C) "$(INTDIR)"


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

DEP_CPP_VXD_C=\
	".\vxd.h"\
	".\..\shared\e2version.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\..\shared\fsdioctl.h"\
	".\ext2fs.h"\
	".\fsdmount.h"\
	".\fsdvol.h"\
	".\super.h"\
	".\inode.h"\
	".\block.h"\
	".\dir.h"\
	".\parttbl.h"\
	".\..\shared\debug.h"\
	".\..\shared\parttype.h"\
	

"$(INTDIR)\vxd.obj" : $(SOURCE) $(DEP_CPP_VXD_C) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\fsdmount.c

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

DEP_CPP_FSDMO=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\fsdvol.h"\
	".\fsdmount.h"\
	".\ext2fs.h"\
	".\super.h"\
	"e:\vtd95\include\vtoolsc.h"\
	"E:\Vtd95\Include\Vsvctab.h"\
	"E:\Vtd95\Include\Vtoolsd.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	

"$(INTDIR)\fsdmount.obj" : $(SOURCE) $(DEP_CPP_FSDMO) "$(INTDIR)"


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

DEP_CPP_FSDMO=\
	".\vxd.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	".\fsdvol.h"\
	".\fsdmount.h"\
	".\ext2fs.h"\
	".\super.h"\
	".\..\shared\debug.h"\
	".\block.h"\
	

"$(INTDIR)\fsdmount.obj" : $(SOURCE) $(DEP_CPP_FSDMO) "$(INTDIR)"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=\Projects\fsdext2\shared\vxddebug.c
DEP_CPP_VXDDE=\
	".\..\shared\vxddebug.h"\
	".\..\shared\debug.h"\
	
NODEP_CPP_VXDDE=\
	".\..\shared\vxd.h"\
	

"$(INTDIR)\vxddebug.obj" : $(SOURCE) $(DEP_CPP_VXDDE) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


# End Source File
################################################################################
# Begin Source File

SOURCE=\Projects\fsdext2\shared\partwalk.c
DEP_CPP_PARTW=\
	".\..\shared\parttype.h"\
	".\..\shared\partwalk.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	"e:\vtd95\include\dcb.h"\
	".\..\shared\debug.h"\
	
NODEP_CPP_PARTW=\
	".\..\shared\vxd.h"\
	

"$(INTDIR)\partwalk.obj" : $(SOURCE) $(DEP_CPP_PARTW) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


# End Source File
################################################################################
# Begin Source File

SOURCE=\Projects\fsdext2\shared\blkdev.c
DEP_CPP_BLKDE=\
	".\..\shared\iosmgr.h"\
	"e:\vtd95\include\iop.h"\
	"e:\vtd95\include\ddb.h"\
	".\..\shared\vxddebug.h"\
	".\..\shared\blkdev.h"\
	"e:\vtd95\include\dcb.h"\
	".\..\shared\debug.h"\
	
NODEP_CPP_BLKDE=\
	".\..\shared\vxd.h"\
	

"$(INTDIR)\blkdev.obj" : $(SOURCE) $(DEP_CPP_BLKDE) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


# End Source File
################################################################################
# Begin Source File

SOURCE=\Projects\fsdext2\release\history.txt

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

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

!ENDIF 

# End Source File
# End Target
# End Project
################################################################################

⌨️ 快捷键说明

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