800 lines
20 KiB
Makefile
800 lines
20 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Based on sample.dsp
|
|
!IF "$(CFG)" == ""
|
|
CFG=sample - Win32 Release
|
|
!MESSAGE No configuration specified. Defaulting to sample - Win32 Release.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "sample - Win32 Release" && "$(CFG)" != "sample - 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 "sample.mak" CFG="sample - Win32 Release"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "sample - Win32 Release" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "sample - Win32 Debug" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
|
|
CPP=cl.exe
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
OUTDIR=.\Release
|
|
INTDIR=.\Release
|
|
# Begin Custom Macros
|
|
OutDir=.\.\Release
|
|
# End Custom Macros
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "$(OUTDIR)\sample.lib"
|
|
|
|
!ELSE
|
|
|
|
ALL : "$(OUTDIR)\sample.lib"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Datachnk.obj"
|
|
-@erase "$(INTDIR)\Devhndlr.obj"
|
|
-@erase "$(INTDIR)\Puresmpl.obj"
|
|
-@erase "$(INTDIR)\Purewave.obj"
|
|
-@erase "$(INTDIR)\Stdtmpl.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(INTDIR)\Wave.obj"
|
|
-@erase "$(INTDIR)\Wavein.obj"
|
|
-@erase "$(INTDIR)\Waveout.obj"
|
|
-@erase "$(OUTDIR)\sample.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)\sample.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\Release/
|
|
CPP_SBRS=.
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\sample.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"$(OUTDIR)\sample.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Datachnk.obj" \
|
|
"$(INTDIR)\Devhndlr.obj" \
|
|
"$(INTDIR)\Puresmpl.obj" \
|
|
"$(INTDIR)\Purewave.obj" \
|
|
"$(INTDIR)\Stdtmpl.obj" \
|
|
"$(INTDIR)\Wave.obj" \
|
|
"$(INTDIR)\Wavein.obj" \
|
|
"$(INTDIR)\Waveout.obj"
|
|
|
|
"$(OUTDIR)\sample.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "..\exe\sample.lib"
|
|
|
|
!ELSE
|
|
|
|
ALL : "..\exe\sample.lib"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Datachnk.obj"
|
|
-@erase "$(INTDIR)\Devhndlr.obj"
|
|
-@erase "$(INTDIR)\Puresmpl.obj"
|
|
-@erase "$(INTDIR)\Purewave.obj"
|
|
-@erase "$(INTDIR)\Stdtmpl.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(INTDIR)\Wave.obj"
|
|
-@erase "$(INTDIR)\Wavein.obj"
|
|
-@erase "$(INTDIR)\Waveout.obj"
|
|
-@erase "..\exe\sample.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP_PROJ=/nologo /Zp1 /MTd /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
|
|
"__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX"windows.h"\
|
|
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\sample.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"..\exe\sample.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Datachnk.obj" \
|
|
"$(INTDIR)\Devhndlr.obj" \
|
|
"$(INTDIR)\Puresmpl.obj" \
|
|
"$(INTDIR)\Purewave.obj" \
|
|
"$(INTDIR)\Stdtmpl.obj" \
|
|
"$(INTDIR)\Wave.obj" \
|
|
"$(INTDIR)\Wavein.obj" \
|
|
"$(INTDIR)\Waveout.obj"
|
|
|
|
"..\exe\sample.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_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) $<
|
|
<<
|
|
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release" || "$(CFG)" == "sample - Win32 Debug"
|
|
SOURCE=.\Datachnk.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_DATAC=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Datachnk.obj" : $(SOURCE) $(DEP_CPP_DATAC) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_DATAC=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Datachnk.obj" : $(SOURCE) $(DEP_CPP_DATAC) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Devhndlr.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_DEVHN=\
|
|
".\Devhndlr.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Devhndlr.obj" : $(SOURCE) $(DEP_CPP_DEVHN) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_DEVHN=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Devhndlr.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Devhndlr.obj" : $(SOURCE) $(DEP_CPP_DEVHN) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Puresmpl.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_PURES=\
|
|
".\Puresmpl.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Puresmpl.obj" : $(SOURCE) $(DEP_CPP_PURES) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_PURES=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Puresmpl.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Puresmpl.obj" : $(SOURCE) $(DEP_CPP_PURES) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Purewave.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_PUREW=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Incaps.hpp"\
|
|
".\Outcaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Purewave.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Wavein.hpp"\
|
|
".\Waveout.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Purewave.obj" : $(SOURCE) $(DEP_CPP_PUREW) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_PUREW=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Incaps.hpp"\
|
|
".\Outcaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Purewave.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Wavein.hpp"\
|
|
".\Waveout.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Purewave.obj" : $(SOURCE) $(DEP_CPP_PUREW) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Stdtmpl.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_STDTM=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Incaps.hpp"\
|
|
".\Outcaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Purewave.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Wavein.hpp"\
|
|
".\Waveout.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Stdtmpl.obj" : $(SOURCE) $(DEP_CPP_STDTM) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
|
|
"$(INTDIR)\Stdtmpl.obj" : $(SOURCE) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Wave.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_WAVE_=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Wave.obj" : $(SOURCE) $(DEP_CPP_WAVE_) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_WAVE_=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Wave.obj" : $(SOURCE) $(DEP_CPP_WAVE_) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Wavein.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_WAVEI=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Incaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Wavein.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Wavein.obj" : $(SOURCE) $(DEP_CPP_WAVEI) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_WAVEI=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Incaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Wavein.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Wavein.obj" : $(SOURCE) $(DEP_CPP_WAVEI) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Waveout.cpp
|
|
|
|
!IF "$(CFG)" == "sample - Win32 Release"
|
|
|
|
DEP_CPP_WAVEO=\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Outcaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Waveout.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Waveout.obj" : $(SOURCE) $(DEP_CPP_WAVEO) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "sample - Win32 Debug"
|
|
|
|
DEP_CPP_WAVEO=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\Chunkid.hpp"\
|
|
".\Datachnk.hpp"\
|
|
".\Devhndlr.hpp"\
|
|
".\Fmtchnk.hpp"\
|
|
".\Genchnk.hpp"\
|
|
".\Outcaps.hpp"\
|
|
".\Pcmform.hpp"\
|
|
".\Puresmpl.hpp"\
|
|
".\Wave.hpp"\
|
|
".\Wavefmex.hpp"\
|
|
".\Wavehdr.hpp"\
|
|
".\Waveout.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\systime.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"fileio\fileio.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Waveout.obj" : $(SOURCE) $(DEP_CPP_WAVEO) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
!ENDIF
|
|
|