📄 portdr~1.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) External Target" 0x0106
!IF "$(CFG)" == ""
CFG=PortDriver - Win32 Debug
!MESSAGE No configuration specified. Defaulting to PortDriver - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "PortDriver - Win32 Release" && "$(CFG)" !=\
"PortDriver - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "PortDriver.mak" CFG="PortDriver - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "PortDriver - Win32 Release" (based on "Win32 (x86) External Target")
!MESSAGE "PortDriver - Win32 Debug" (based on "Win32 (x86) External Target")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
!IF "$(CFG)" == "PortDriver - Win32 Release"
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP BASE Cmd_Line "NMAKE /f ramdisk.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "ramdisk.exe"
# PROP BASE Bsc_Name "ramdisk.bsc"
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# PROP Cmd_Line "NMAKE /f ramdisk.mak"
# PROP Rebuild_Opt "/a"
# PROP Target_File "PortDriver.exe"
# PROP Bsc_Name "PortDriver.bsc"
OUTDIR=.\Release
INTDIR=.\Release
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!ELSEIF "$(CFG)" == "PortDriver - Win32 Debug"
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP BASE Cmd_Line "NMAKE /f ramdisk.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "ramdisk.exe"
# PROP BASE Bsc_Name "ramdisk.bsc"
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# PROP Cmd_Line "NMAKE /f ramdisk.mak"
# PROP Rebuild_Opt "/a"
# PROP Target_File "PortDriver.exe"
# PROP Bsc_Name "PortDriver.bsc"
OUTDIR=.\Debug
INTDIR=.\Debug
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!ENDIF
################################################################################
# Begin Target
# Name "PortDriver - Win32 Release"
# Name "PortDriver - Win32 Debug"
!IF "$(CFG)" == "PortDriver - Win32 Release"
".\PortDriver.exe" :
CD C:\VXDBOOK\chap15\PortDriver
NMAKE /f ramdisk.mak
!ELSEIF "$(CFG)" == "PortDriver - Win32 Debug"
".\PortDriver.exe" :
CD C:\VXDBOOK\chap15\PortDriver
NMAKE /f ramdisk.mak
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\ramdisk.mak
!IF "$(CFG)" == "PortDriver - Win32 Release"
!ELSEIF "$(CFG)" == "PortDriver - Win32 Debug"
!ENDIF
# End Source File
# End Target
# End Project
################################################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -