?? msgmon.mak
字號:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) External Target" 0x0106
!IF "$(CFG)" == ""
CFG=MsgMon - Win32 Debug
!MESSAGE No configuration specified. Defaulting to MsgMon - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "MsgMon - Win32 Release" && "$(CFG)" != "MsgMon - 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 "MsgMon.mak" CFG="MsgMon - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "MsgMon - Win32 Release" (based on "Win32 (x86) External Target")
!MESSAGE "MsgMon - 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
# PROP Target_Last_Scanned "MsgMon - Win32 Debug"
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MsgMon__"
# PROP BASE Intermediate_Dir "MsgMon__"
# PROP BASE Target_Dir ""
# PROP BASE Cmd_Line "NMAKE /f MsgMon.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "MsgMon.exe"
# PROP BASE Bsc_Name "MsgMon.bsc"
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "MsgMon__"
# PROP Intermediate_Dir "MsgMon__"
# PROP Target_Dir ""
# PROP Cmd_Line "NMAKE CFG="Release""
# PROP Rebuild_Opt "/a"
# PROP Target_File "Release\MsgMon.VxD"
# PROP Bsc_Name "Release\MsgMon.bsc"
OUTDIR=.\MsgMon__
INTDIR=.\MsgMon__
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!ELSEIF "$(CFG)" == "MsgMon - 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 MsgMon.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "MsgMon.exe"
# PROP BASE Bsc_Name "MsgMon.bsc"
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# PROP Cmd_Line "NMAKE "
# PROP Rebuild_Opt "/a"
# PROP Target_File "Debug\MsgMon.VxD"
# PROP Bsc_Name "Debug\MsgMon.bsc"
OUTDIR=.\Debug
INTDIR=.\Debug
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!ENDIF
################################################################################
# Begin Target
# Name "MsgMon - Win32 Release"
# Name "MsgMon - Win32 Debug"
!IF "$(CFG)" == "MsgMon - Win32 Release"
".\Release\MsgMon.VxD" :
CD E:\VXDWRITR\SAMPLES\MsgMon
NMAKE CFG="Release"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
"$(OUTDIR)\MsgMon.VxD" :
CD E:\VXDWRITR\SAMPLES\MsgMon
NMAKE
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\Msgmoncl.h
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP Intermediate_Dir "Release"
INTDIR_SRC=.\Release
"$(INTDIR_SRC)" :
if not exist "$(INTDIR_SRC)/$(NULL)" mkdir "$(INTDIR_SRC)"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\msgmon.h
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP Intermediate_Dir "Release"
INTDIR_SRC=.\Release
"$(INTDIR_SRC)" :
if not exist "$(INTDIR_SRC)/$(NULL)" mkdir "$(INTDIR_SRC)"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\MsgMoncl.cpp
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP Intermediate_Dir "Release"
INTDIR_SRC=.\Release
"$(INTDIR_SRC)" :
if not exist "$(INTDIR_SRC)/$(NULL)" mkdir "$(INTDIR_SRC)"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Msgmon.cpp
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP Intermediate_Dir "Release"
INTDIR_SRC=.\Release
"$(INTDIR_SRC)" :
if not exist "$(INTDIR_SRC)/$(NULL)" mkdir "$(INTDIR_SRC)"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\makefile
!IF "$(CFG)" == "MsgMon - Win32 Release"
# PROP Intermediate_Dir "Release"
INTDIR_SRC=.\Release
"$(INTDIR_SRC)" :
if not exist "$(INTDIR_SRC)/$(NULL)" mkdir "$(INTDIR_SRC)"
!ELSEIF "$(CFG)" == "MsgMon - Win32 Debug"
!ENDIF
# End Source File
# End Target
# End Project
################################################################################
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -