TitledPicsWndTest.mak
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:11k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Application" 0x0101
- !IF "$(CFG)" == ""
- CFG=TitledPicsWndTest - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to TitledPicsWndTest - Win32
- Debug.
- !ENDIF
- !IF "$(CFG)" != "TitledPicsWndTest - Win32 Release" && "$(CFG)" !=
- "TitledPicsWndTest - 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 "TitledPicsWndTest.mak" CFG="TitledPicsWndTest - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "TitledPicsWndTest - Win32 Release" (based on
- "Win32 (x86) Application")
- !MESSAGE "TitledPicsWndTest - 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
- MTL=mktyplib.exe
- CPP=cl.exe
- RSC=rc.exe
- !IF "$(CFG)" == "TitledPicsWndTest - Win32 Release"
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.Release
- INTDIR=.Release
- ALL : "$(OUTDIR)TitledPicsWndTest.exe"
- CLEAN :
- -@erase ".ReleaseTitledPicsWndTest.exe"
- -@erase ".ReleaseTitledPicsWndTest.obj"
- -@erase ".ReleaseTitledPicsWndTest.pch"
- -@erase ".ReleaseStdAfx.obj"
- -@erase ".ReleaseMainFrm.obj"
- -@erase ".ReleaseTitledPicsWndTestDoc.obj"
- -@erase ".ReleaseTitledPicsWndTestView.obj"
- -@erase ".ReleaseTitledPicsWndTest.res"
- -@erase ".ReleaseTitledPicsWnd.obj"
- -@erase ".ReleaseTestTPWDlg.obj"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
- CPP_OBJS=.Release/
- 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 0x809 /d "NDEBUG"
- # ADD RSC /l 0x809 /d "NDEBUG"
- RSC_PROJ=/l 0x809 /fo"$(INTDIR)/TitledPicsWndTest.res" /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/TitledPicsWndTest.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
- /pdb:"$(OUTDIR)/TitledPicsWndTest.pdb" /machine:I386
- /out:"$(OUTDIR)/TitledPicsWndTest.exe"
- LINK32_OBJS=
- "$(INTDIR)/TitledPicsWndTest.obj"
- "$(INTDIR)/StdAfx.obj"
- "$(INTDIR)/MainFrm.obj"
- "$(INTDIR)/TitledPicsWndTestDoc.obj"
- "$(INTDIR)/TitledPicsWndTestView.obj"
- "$(INTDIR)/TitledPicsWnd.obj"
- "$(INTDIR)/TestTPWDlg.obj"
- "$(INTDIR)/TitledPicsWndTest.res"
- "$(OUTDIR)TitledPicsWndTest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ELSEIF "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.Debug
- INTDIR=.Debug
- ALL : "$(OUTDIR)TitledPicsWndTest.exe"
- CLEAN :
- -@erase ".DebugTitledPicsWndTest.exe"
- -@erase ".DebugTitledPicsWndTest.obj"
- -@erase ".DebugTitledPicsWndTest.pch"
- -@erase ".DebugStdAfx.obj"
- -@erase ".DebugMainFrm.obj"
- -@erase ".DebugTitledPicsWndTestDoc.obj"
- -@erase ".DebugTitledPicsWndTestView.obj"
- -@erase ".DebugTitledPicsWndTest.res"
- -@erase ".DebugTitledPicsWnd.obj"
- -@erase ".DebugTestTPWDlg.obj"
- -@erase ".DebugTitledPicsWndTest.ilk"
- -@erase ".DebugTitledPicsWndTest.pdb"
- -@erase ".Debugvc40.pdb"
- -@erase ".Debugvc40.idb"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /D "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"
- /Fd"$(INTDIR)/" /c
- CPP_OBJS=.Debug/
- 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 0x809 /d "_DEBUG"
- # ADD RSC /l 0x809 /d "_DEBUG"
- RSC_PROJ=/l 0x809 /fo"$(INTDIR)/TitledPicsWndTest.res" /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/TitledPicsWndTest.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
- /pdb:"$(OUTDIR)/TitledPicsWndTest.pdb" /debug /machine:I386
- /out:"$(OUTDIR)/TitledPicsWndTest.exe"
- LINK32_OBJS=
- "$(INTDIR)/TitledPicsWndTest.obj"
- "$(INTDIR)/StdAfx.obj"
- "$(INTDIR)/MainFrm.obj"
- "$(INTDIR)/TitledPicsWndTestDoc.obj"
- "$(INTDIR)/TitledPicsWndTestView.obj"
- "$(INTDIR)/TitledPicsWnd.obj"
- "$(INTDIR)/TestTPWDlg.obj"
- "$(INTDIR)/TitledPicsWndTest.res"
- "$(OUTDIR)TitledPicsWndTest.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 "TitledPicsWndTest - Win32 Release"
- # Name "TitledPicsWndTest - Win32 Debug"
- !IF "$(CFG)" == "TitledPicsWndTest - Win32 Release"
- !ELSEIF "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
- !ENDIF
- ################################################################################
- # Begin Source File
- SOURCE=.ReadMe.txt
- !IF "$(CFG)" == "TitledPicsWndTest - Win32 Release"
- !ELSEIF "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TitledPicsWndTest.cpp
- DEP_CPP_TITLE=
- ".StdAfx.h"
- ".TitledPicsWndTest.h"
- ".MainFrm.h"
- ".TitledPicsWndTestDoc.h"
- ".TitledPicsWndTestView.h"
- "$(INTDIR)TitledPicsWndTest.obj" : $(SOURCE) $(DEP_CPP_TITLE) "$(INTDIR)"
- "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.StdAfx.cpp
- DEP_CPP_STDAF=
- ".StdAfx.h"
- !IF "$(CFG)" == "TitledPicsWndTest - Win32 Release"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"
- /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)TitledPicsWndTest.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ELSEIF "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /D "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"
- /Fd"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)TitledPicsWndTest.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.MainFrm.cpp
- DEP_CPP_MAINF=
- ".StdAfx.h"
- ".TitledPicsWndTest.h"
- ".MainFrm.h"
- ".TitledPicsWnd.h"
- ".TestTPWDlg.h"
- "$(INTDIR)MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
- "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TitledPicsWndTestDoc.cpp
- DEP_CPP_TITLED=
- ".StdAfx.h"
- ".TitledPicsWndTest.h"
- ".TitledPicsWndTestDoc.h"
- "$(INTDIR)TitledPicsWndTestDoc.obj" : $(SOURCE) $(DEP_CPP_TITLED) "$(INTDIR)"
- "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TitledPicsWndTestView.cpp
- DEP_CPP_TITLEDP=
- ".StdAfx.h"
- ".TitledPicsWndTest.h"
- ".TitledPicsWndTestDoc.h"
- ".TitledPicsWndTestView.h"
- "$(INTDIR)TitledPicsWndTestView.obj" : $(SOURCE) $(DEP_CPP_TITLEDP)
- "$(INTDIR)" "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TitledPicsWndTest.rc
- DEP_RSC_TITLEDPI=
- ".resTitledPicsWndTestDoc.ico"
- ".resToolbar.bmp"
- ".resTitledPicsWndTest.ico"
- ".resbitmap1.bmp"
- ".resTitledPicsWndTest.rc2"
- "$(INTDIR)TitledPicsWndTest.res" : $(SOURCE) $(DEP_RSC_TITLEDPI) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TitledPicsWnd.cpp
- DEP_CPP_TITLEDPIC=
- ".StdAfx.h"
- ".TitledPicsWnd.h"
- "$(INTDIR)TitledPicsWnd.obj" : $(SOURCE) $(DEP_CPP_TITLEDPIC) "$(INTDIR)"
- "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.TestTPWDlg.cpp
- DEP_CPP_TESTT=
- ".StdAfx.h"
- ".TitledPicsWndTest.h"
- ".TitledPicsWnd.h"
- ".TestTPWDlg.h"
- "$(INTDIR)TestTPWDlg.obj" : $(SOURCE) $(DEP_CPP_TESTT) "$(INTDIR)"
- "$(INTDIR)TitledPicsWndTest.pch"
- # End Source File
- # End Target
- # End Project
- ################################################################################