📄 clips test.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
!IF "$(CFG)" == ""
CFG=clips test - Win32 Debug
!MESSAGE No configuration specified. Defaulting to clips test - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "clips test - Win32 Release" && "$(CFG)" !=\
"clips test - 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 "clips test.mak" CFG="clips test - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "clips test - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "clips test - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
CPP=cl.exe
RSC=rc.exe
MTL=mktyplib.exe
!IF "$(CFG)" == "clips test - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "clips_te"
# PROP BASE Intermediate_Dir "clips_te"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "clips_te"
# PROP Intermediate_Dir "clips_te"
# PROP Target_Dir ""
OUTDIR=.\clips_te
INTDIR=.\clips_te
ALL : "$(OUTDIR)\clips test.exe"
CLEAN :
-@erase ".\clips_te\clips test.exe"
-@erase ".\clips_te\StdAfx.obj"
-@erase ".\clips_te\MainFrm.obj"
-@erase ".\clips_te\ClipsDlg.obj"
-@erase ".\clips_te\clips testView.obj"
-@erase ".\clips_te\clips testDoc.obj"
-@erase ".\clips_te\clips test.res"
-@erase ".\clips_te\clips test.obj"
-@erase ".\clips_te\Clipsmfc.obj"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_MBCS" /Fp"$(INTDIR)/clips test.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\clips_te/
CPP_SBRS=
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/clips test.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/clips test.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:windows /machine:I386
# ADD LINK32 /nologo /subsystem:windows /machine:I386
LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
/pdb:"$(OUTDIR)/clips test.pdb" /machine:I386 /out:"$(OUTDIR)/clips test.exe"
LINK32_OBJS= \
".\clips_te\StdAfx.obj" \
".\clips_te\MainFrm.obj" \
".\clips_te\ClipsDlg.obj" \
".\clips_te\clips testView.obj" \
".\clips_te\clips testDoc.obj" \
".\clips_te\clips test.obj" \
".\clips_te\Clipsmfc.obj" \
".\clips_te\clips test.res"
"$(OUTDIR)\clips test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "clips test - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "clips_t0"
# PROP BASE Intermediate_Dir "clips_t0"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "clips_t0"
# PROP Intermediate_Dir "clips_t0"
# PROP Target_Dir ""
OUTDIR=.\clips_t0
INTDIR=.\clips_t0
ALL : "$(OUTDIR)\clips test.exe"
CLEAN :
-@erase ".\clips_t0\clips test.exe"
-@erase ".\clips_t0\StdAfx.obj"
-@erase ".\clips_t0\MainFrm.obj"
-@erase ".\clips_t0\ClipsDlg.obj"
-@erase ".\clips_t0\clips testView.obj"
-@erase ".\clips_t0\clips testDoc.obj"
-@erase ".\clips_t0\clips test.res"
-@erase ".\clips_t0\clips test.obj"
-@erase ".\clips_t0\Clipsmfc.obj"
-@erase ".\clips_t0\clips test.ilk"
-@erase ".\clips_t0\clips test.pdb"
-@erase ".\clips_t0\vc40.pdb"
-@erase ".\clips_t0\vc40.idb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_MBCS" /Fp"$(INTDIR)/clips test.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c\
CPP_OBJS=.\clips_t0/
CPP_SBRS=
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/clips test.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/clips test.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:windows /debug /machine:I386
# ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
/pdb:"$(OUTDIR)/clips test.pdb" /debug /machine:I386\
/out:"$(OUTDIR)/clips test.exe"
LINK32_OBJS= \
".\clips_t0\StdAfx.obj" \
".\clips_t0\MainFrm.obj" \
".\clips_t0\ClipsDlg.obj" \
".\clips_t0\clips testView.obj" \
".\clips_t0\clips testDoc.obj" \
".\clips_t0\clips test.obj" \
".\clips_t0\Clipsmfc.obj" \
".\clips_t0\clips test.res"
"$(OUTDIR)\clips test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.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) $<
################################################################################
# Begin Target
# Name "clips test - Win32 Release"
# Name "clips test - Win32 Debug"
!IF "$(CFG)" == "clips test - Win32 Release"
!ELSEIF "$(CFG)" == "clips test - Win32 Debug"
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
".\stdafx.h"\
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=.\MainFrm.cpp
DEP_CPP_MAINF=\
".\stdafx.h"\
".\clips test.h"\
".\MainFrm.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=.\ClipsDlg.cpp
DEP_CPP_CLIPS=\
".\stdafx.h"\
".\clips test.h"\
{$(INCLUDE)}"\clipsmfc.h"\
".\ClipsDlg.h"\
{$(INCLUDE)}"\dynclips.h"\
{$(INCLUDE)}"\dynaload.h"\
"$(INTDIR)\ClipsDlg.obj" : $(SOURCE) $(DEP_CPP_CLIPS) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=".\clips testView.cpp"
DEP_CPP_CLIPS_=\
".\stdafx.h"\
".\clips test.h"\
".\clips testDoc.h"\
".\clips testView.h"\
"$(INTDIR)\clips testView.obj" : $(SOURCE) $(DEP_CPP_CLIPS_) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=".\clips testDoc.cpp"
DEP_CPP_CLIPS_T=\
".\stdafx.h"\
".\clips test.h"\
".\clips testDoc.h"\
"$(INTDIR)\clips testDoc.obj" : $(SOURCE) $(DEP_CPP_CLIPS_T) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=".\clips test.rc"
DEP_RSC_CLIPS_TE=\
".\res\clips test.ico"\
".\res\clips testDoc.ico"\
".\res\clips test.rc2"\
"$(INTDIR)\clips test.res" : $(SOURCE) $(DEP_RSC_CLIPS_TE) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=".\clips test.cpp"
DEP_CPP_CLIPS_TES=\
".\stdafx.h"\
".\clips test.h"\
".\MainFrm.h"\
".\clips testDoc.h"\
".\clips testView.h"\
{$(INCLUDE)}"\clipsmfc.h"\
".\ClipsDlg.h"\
{$(INCLUDE)}"\dynclips.h"\
{$(INCLUDE)}"\dynaload.h"\
"$(INTDIR)\clips test.obj" : $(SOURCE) $(DEP_CPP_CLIPS_TES) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
SOURCE=\MSDEV\Projects\Clips\Clipsmfc.cpp
DEP_CPP_CLIPSM=\
{$(INCLUDE)}"\dynclips.h"\
{$(INCLUDE)}"\clipsmfc.h"\
{$(INCLUDE)}"\dynaload.h"\
"$(INTDIR)\Clipsmfc.obj" : $(SOURCE) $(DEP_CPP_CLIPSM) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
# End Target
# End Project
################################################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -