📄 test.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on test.dsp
!IF "$(CFG)" == ""
CFG=test - Win32 Debug
!MESSAGE No configuration specified. Defaulting to test - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "test - Win32 Release" && "$(CFG)" != "test - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "test.mak" CFG="test - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "test - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "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
!IF "$(CFG)" == "test - Win32 Release"
OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\test.exe"
!ELSE
ALL : "$(OUTDIR)\test.exe"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\AiAssert.obj"
-@erase "$(INTDIR)\AIExpert.obj"
-@erase "$(INTDIR)\AIFact.obj"
-@erase "$(INTDIR)\AiMent.obj"
-@erase "$(INTDIR)\AIMt.obj"
-@erase "$(INTDIR)\AIRule.obj"
-@erase "$(INTDIR)\AiTree.obj"
-@erase "$(INTDIR)\AIWffs.obj"
-@erase "$(INTDIR)\EditDlg.obj"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\test.obj"
-@erase "$(INTDIR)\test.pch"
-@erase "$(INTDIR)\test.res"
-@erase "$(INTDIR)\testDlg.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(OUTDIR)\test.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP=cl.exe
CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /Fp"$(INTDIR)\test.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\Release/
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) $<
<<
MTL=midl.exe
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
RSC=rc.exe
RSC_PROJ=/l 0x804 /fo"$(INTDIR)\test.res" /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\test.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
/pdb:"$(OUTDIR)\test.pdb" /machine:I386 /out:"$(OUTDIR)\test.exe"
LINK32_OBJS= \
"$(INTDIR)\AiAssert.obj" \
"$(INTDIR)\AIExpert.obj" \
"$(INTDIR)\AIFact.obj" \
"$(INTDIR)\AiMent.obj" \
"$(INTDIR)\AIMt.obj" \
"$(INTDIR)\AIRule.obj" \
"$(INTDIR)\AiTree.obj" \
"$(INTDIR)\AIWffs.obj" \
"$(INTDIR)\EditDlg.obj" \
"$(INTDIR)\StdAfx.obj" \
"$(INTDIR)\test.obj" \
"$(INTDIR)\test.res" \
"$(INTDIR)\testDlg.obj"
"$(OUTDIR)\test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "test - Win32 Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\test.exe"
!ELSE
ALL : "$(OUTDIR)\test.exe"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\AiAssert.obj"
-@erase "$(INTDIR)\AIExpert.obj"
-@erase "$(INTDIR)\AIFact.obj"
-@erase "$(INTDIR)\AiMent.obj"
-@erase "$(INTDIR)\AIMt.obj"
-@erase "$(INTDIR)\AIRule.obj"
-@erase "$(INTDIR)\AiTree.obj"
-@erase "$(INTDIR)\AIWffs.obj"
-@erase "$(INTDIR)\EditDlg.obj"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\test.obj"
-@erase "$(INTDIR)\test.pch"
-@erase "$(INTDIR)\test.res"
-@erase "$(INTDIR)\testDlg.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\vc50.pdb"
-@erase "$(OUTDIR)\test.exe"
-@erase "$(OUTDIR)\test.ilk"
-@erase "$(OUTDIR)\test.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP=cl.exe
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /Fp"$(INTDIR)\test.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /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) $<
<<
MTL=midl.exe
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
RSC=rc.exe
RSC_PROJ=/l 0x804 /fo"$(INTDIR)\test.res" /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\test.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
/pdb:"$(OUTDIR)\test.pdb" /debug /machine:I386 /out:"$(OUTDIR)\test.exe"\
/pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\AiAssert.obj" \
"$(INTDIR)\AIExpert.obj" \
"$(INTDIR)\AIFact.obj" \
"$(INTDIR)\AiMent.obj" \
"$(INTDIR)\AIMt.obj" \
"$(INTDIR)\AIRule.obj" \
"$(INTDIR)\AiTree.obj" \
"$(INTDIR)\AIWffs.obj" \
"$(INTDIR)\EditDlg.obj" \
"$(INTDIR)\StdAfx.obj" \
"$(INTDIR)\test.obj" \
"$(INTDIR)\test.res" \
"$(INTDIR)\testDlg.obj"
"$(OUTDIR)\test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
!IF "$(CFG)" == "test - Win32 Release" || "$(CFG)" == "test - Win32 Debug"
SOURCE=.\AiAssert.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIASS=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AiAssert.obj" : $(SOURCE) $(DEP_CPP_AIASS) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIASS=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIWffs.h"\
"$(INTDIR)\AiAssert.obj" : $(SOURCE) $(DEP_CPP_AIASS) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AIExpert.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIEXP=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AIExpert.obj" : $(SOURCE) $(DEP_CPP_AIEXP) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIEXP=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
"$(INTDIR)\AIExpert.obj" : $(SOURCE) $(DEP_CPP_AIEXP) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AIFact.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIFAC=\
".\AIFact.h"\
".\StdAfx.h"\
"$(INTDIR)\AIFact.obj" : $(SOURCE) $(DEP_CPP_AIFAC) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIFAC=\
".\AIFact.h"\
"$(INTDIR)\AIFact.obj" : $(SOURCE) $(DEP_CPP_AIFAC) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AiMent.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIMEN=\
".\AiMent.h"\
".\StdAfx.h"\
"$(INTDIR)\AiMent.obj" : $(SOURCE) $(DEP_CPP_AIMEN) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIMEN=\
".\AiMent.h"\
"$(INTDIR)\AiMent.obj" : $(SOURCE) $(DEP_CPP_AIMEN) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AIMt.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIMT_=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AIMt.obj" : $(SOURCE) $(DEP_CPP_AIMT_) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIMT_=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIWffs.h"\
"$(INTDIR)\AIMt.obj" : $(SOURCE) $(DEP_CPP_AIMT_) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AIRule.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIRUL=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AIRule.obj" : $(SOURCE) $(DEP_CPP_AIRUL) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIRUL=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AIWffs.h"\
"$(INTDIR)\AIRule.obj" : $(SOURCE) $(DEP_CPP_AIRUL) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AiTree.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AITRE=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AiTree.obj" : $(SOURCE) $(DEP_CPP_AITRE) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AITRE=\
".\AiAssert.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
"$(INTDIR)\AiTree.obj" : $(SOURCE) $(DEP_CPP_AITRE) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\AIWffs.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_AIWFF=\
".\AIMt.h"\
".\AIWffs.h"\
".\StdAfx.h"\
"$(INTDIR)\AIWffs.obj" : $(SOURCE) $(DEP_CPP_AIWFF) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_AIWFF=\
".\AIMt.h"\
".\AIWffs.h"\
"$(INTDIR)\AIWffs.obj" : $(SOURCE) $(DEP_CPP_AIWFF) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\EditDlg.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_EDITD=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\StdAfx.h"\
".\test.h"\
"$(INTDIR)\EditDlg.obj" : $(SOURCE) $(DEP_CPP_EDITD) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_EDITD=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\test.h"\
"$(INTDIR)\EditDlg.obj" : $(SOURCE) $(DEP_CPP_EDITD) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
".\StdAfx.h"\
!IF "$(CFG)" == "test - Win32 Release"
CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /Fp"$(INTDIR)\test.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\test.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "test - Win32 Debug"
CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
"_WINDOWS" /D "_AFXDLL" /Fp"$(INTDIR)\test.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\test.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ENDIF
SOURCE=.\test.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_TEST_=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\StdAfx.h"\
".\test.h"\
".\testDlg.h"\
"$(INTDIR)\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_TEST_=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\test.h"\
".\testDlg.h"\
"$(INTDIR)\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
SOURCE=.\test.rc
DEP_RSC_TEST_R=\
".\res\bitmap1.bmp"\
".\res\bitmap2.bmp"\
".\res\bitmap3.bmp"\
".\res\bitmap4.bmp"\
".\res\bitmap5.bmp"\
".\res\bitmap6.bmp"\
".\res\icon1.ico"\
".\res\test.ico"\
".\res\test.rc2"\
"$(INTDIR)\test.res" : $(SOURCE) $(DEP_RSC_TEST_R) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
SOURCE=.\testDlg.cpp
!IF "$(CFG)" == "test - Win32 Release"
DEP_CPP_TESTD=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\StdAfx.h"\
".\test.h"\
".\testDlg.h"\
"$(INTDIR)\testDlg.obj" : $(SOURCE) $(DEP_CPP_TESTD) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ELSEIF "$(CFG)" == "test - Win32 Debug"
DEP_CPP_TESTD=\
".\AiAssert.h"\
".\AIExpert.h"\
".\AIFact.h"\
".\AiMent.h"\
".\AIMt.h"\
".\AIRule.h"\
".\AiTree.h"\
".\AIWffs.h"\
".\EditDlg.h"\
".\test.h"\
".\testDlg.h"\
"$(INTDIR)\testDlg.obj" : $(SOURCE) $(DEP_CPP_TESTD) "$(INTDIR)"\
"$(INTDIR)\test.pch"
!ENDIF
!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -