940 lines
26 KiB
Makefile
940 lines
26 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Based on browse.dsp
|
|
!IF "$(CFG)" == ""
|
|
CFG=browse - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to browse - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "browse - Win32 Release" && "$(CFG)" != "browse - 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 "browse.mak" CFG="browse - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "browse - Win32 Release" (based on "Win32 (x86) Application")
|
|
!MESSAGE "browse - Win32 Debug" (based on "Win32 (x86) Application")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
|
|
CPP=cl.exe
|
|
MTL=midl.exe
|
|
RSC=rc.exe
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
OUTDIR=.\Release
|
|
INTDIR=.\Release
|
|
# Begin Custom Macros
|
|
OutDir=.\Release
|
|
# End Custom Macros
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "$(OUTDIR)\browse.exe"
|
|
|
|
!ELSE
|
|
|
|
ALL : "$(OUTDIR)\browse.exe"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\browse.res"
|
|
-@erase "$(INTDIR)\brwsview.obj"
|
|
-@erase "$(INTDIR)\jpgimg.obj"
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(INTDIR)\mainfrm.obj"
|
|
-@erase "$(INTDIR)\thmbnail.obj"
|
|
-@erase "$(INTDIR)\thmbpage.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(OUTDIR)\browse.exe"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)\browse.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\Release/
|
|
CPP_SBRS=.
|
|
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
|
|
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\browse.res" /d "NDEBUG"
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\browse.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
LINK32_FLAGS=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 /incremental:no\
|
|
/pdb:"$(OUTDIR)\browse.pdb" /machine:I386 /out:"$(OUTDIR)\browse.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\browse.res" \
|
|
"$(INTDIR)\brwsview.obj" \
|
|
"$(INTDIR)\jpgimg.obj" \
|
|
"$(INTDIR)\Main.obj" \
|
|
"$(INTDIR)\mainfrm.obj" \
|
|
"$(INTDIR)\thmbnail.obj" \
|
|
"$(INTDIR)\thmbpage.obj" \
|
|
"..\..\Parts\jpeg-6b\lib\jpeg6b.lib" \
|
|
"..\Exe\mediapak.lib" \
|
|
"..\Exe\mscommon.lib" \
|
|
"..\Exe\msfileio.lib" \
|
|
"..\Exe\sample.lib" \
|
|
"..\Exe\statbar.lib"
|
|
|
|
"$(OUTDIR)\browse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
# Begin Custom Macros
|
|
OutDir=.\msvcobj
|
|
# End Custom Macros
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "$(OUTDIR)\browse.exe"
|
|
|
|
!ELSE
|
|
|
|
ALL : "$(OUTDIR)\browse.exe"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\browse.res"
|
|
-@erase "$(INTDIR)\brwsview.obj"
|
|
-@erase "$(INTDIR)\jpgimg.obj"
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(INTDIR)\mainfrm.obj"
|
|
-@erase "$(INTDIR)\thmbnail.obj"
|
|
-@erase "$(INTDIR)\thmbpage.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(INTDIR)\vc50.pdb"
|
|
-@erase "$(OUTDIR)\browse.exe"
|
|
-@erase "$(OUTDIR)\browse.ilk"
|
|
-@erase "$(OUTDIR)\browse.pdb"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP_PROJ=/nologo /Zp1 /MTd /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
|
|
/D "STRICT" /D "__FLAT__" /Fp"$(INTDIR)\browse.pch" /YX /Fo"$(INTDIR)\\"\
|
|
/Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.
|
|
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
|
|
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\browse.res" /d "_DEBUG"
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\browse.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comctl32.lib /nologo\
|
|
/subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\browse.pdb" /debug\
|
|
/machine:I386 /out:"$(OUTDIR)\browse.exe" /pdbtype:sept
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\browse.res" \
|
|
"$(INTDIR)\brwsview.obj" \
|
|
"$(INTDIR)\jpgimg.obj" \
|
|
"$(INTDIR)\Main.obj" \
|
|
"$(INTDIR)\mainfrm.obj" \
|
|
"$(INTDIR)\thmbnail.obj" \
|
|
"$(INTDIR)\thmbpage.obj" \
|
|
"..\..\Parts\jpeg-6b\lib\jpeg6b.lib" \
|
|
"..\Exe\mediapak.lib" \
|
|
"..\Exe\mscommon.lib" \
|
|
"..\Exe\msfileio.lib" \
|
|
"..\Exe\sample.lib" \
|
|
"..\Exe\statbar.lib" \
|
|
".\Asmutil.obj"
|
|
|
|
"$(OUTDIR)\browse.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) $<
|
|
<<
|
|
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release" || "$(CFG)" == "browse - Win32 Debug"
|
|
SOURCE=.\Asmutil.asm
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
InputPath=.\Asmutil.asm
|
|
InputName=Asmutil
|
|
|
|
"$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
|
tasm32 /t /zi /ml /m5 $(InputName).asm
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\browse.rc
|
|
DEP_RSC_BROWS=\
|
|
".\PAINT.ICO"\
|
|
{$(INCLUDE)}"proto\proto.h"\
|
|
|
|
|
|
"$(INTDIR)\browse.res" : $(SOURCE) $(DEP_RSC_BROWS) "$(INTDIR)"
|
|
$(RSC) $(RSC_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\brwsview.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_BRWSV=\
|
|
".\brwsview.hpp"\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\scroll.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"bsptree\btree.hpp"\
|
|
{$(INCLUDE)}"bsptree\btree.tpp"\
|
|
{$(INCLUDE)}"bsptree\treenode.hpp"\
|
|
{$(INCLUDE)}"bsptree\treenode.tpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\brush.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\crsctrl.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\finddata.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\mdiwin.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pathfnd.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\status.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"\
|
|
{$(INCLUDE)}"mediapak\entryinf.hpp"\
|
|
{$(INCLUDE)}"mediapak\mediapak.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
{$(INCLUDE)}"sample\chunkid.hpp"\
|
|
{$(INCLUDE)}"sample\datachnk.hpp"\
|
|
{$(INCLUDE)}"sample\fmtchnk.hpp"\
|
|
{$(INCLUDE)}"sample\genchnk.hpp"\
|
|
{$(INCLUDE)}"sample\puresmpl.hpp"\
|
|
{$(INCLUDE)}"sample\wave.hpp"\
|
|
{$(INCLUDE)}"statbar\popup.hpp"\
|
|
{$(INCLUDE)}"statbar\statbarx.hpp"\
|
|
{$(INCLUDE)}"statbar\statmenu.hpp"\
|
|
{$(INCLUDE)}"thread\mutex.hpp"\
|
|
|
|
|
|
"$(INTDIR)\brwsview.obj" : $(SOURCE) $(DEP_CPP_BRWSV) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_BRWSV=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\brwsview.hpp"\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\scroll.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"bsptree\btree.hpp"\
|
|
{$(INCLUDE)}"bsptree\btree.tpp"\
|
|
{$(INCLUDE)}"bsptree\treenode.hpp"\
|
|
{$(INCLUDE)}"bsptree\treenode.tpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\brush.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\crsctrl.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\finddata.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\mdiwin.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pathfnd.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\status.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"\
|
|
{$(INCLUDE)}"mediapak\entryinf.hpp"\
|
|
{$(INCLUDE)}"mediapak\mediapak.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
{$(INCLUDE)}"sample\chunkid.hpp"\
|
|
{$(INCLUDE)}"sample\datachnk.hpp"\
|
|
{$(INCLUDE)}"sample\fmtchnk.hpp"\
|
|
{$(INCLUDE)}"sample\genchnk.hpp"\
|
|
{$(INCLUDE)}"sample\puresmpl.hpp"\
|
|
{$(INCLUDE)}"sample\wave.hpp"\
|
|
{$(INCLUDE)}"statbar\popup.hpp"\
|
|
{$(INCLUDE)}"statbar\statbarx.hpp"\
|
|
{$(INCLUDE)}"statbar\statmenu.hpp"\
|
|
{$(INCLUDE)}"thread\mutex.hpp"\
|
|
|
|
|
|
"$(INTDIR)\brwsview.obj" : $(SOURCE) $(DEP_CPP_BRWSV) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\jpgimg.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_JPGIM=\
|
|
".\asmutil.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jconfig.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jerror.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jexcept.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jmorecfg.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jpeg6b.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jpegint.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jpeglib.hpp"\
|
|
|
|
|
|
"$(INTDIR)\jpgimg.obj" : $(SOURCE) $(DEP_CPP_JPGIM) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_JPGIM=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\asmutil.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jconfig.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jexcept.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jmorecfg.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jpeg6b.hpp"\
|
|
{$(INCLUDE)}"jpeg-6b\jpeglib.hpp"\
|
|
|
|
|
|
"$(INTDIR)\jpgimg.obj" : $(SOURCE) $(DEP_CPP_JPGIM) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Main.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_MAIN_=\
|
|
".\mainfrm.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\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\mdifrm.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.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)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_MAIN_=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\mainfrm.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\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\mdifrm.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.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)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\mainfrm.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_MAINF=\
|
|
".\browse.h"\
|
|
".\browse.hpp"\
|
|
".\brwsview.hpp"\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\mainfrm.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\scroll.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\mdifrm.hpp"\
|
|
{$(INCLUDE)}"common\mdiwin.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\status.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"\
|
|
{$(INCLUDE)}"mediapak\mediapak.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
{$(INCLUDE)}"sample\chunkid.hpp"\
|
|
{$(INCLUDE)}"sample\datachnk.hpp"\
|
|
{$(INCLUDE)}"sample\fmtchnk.hpp"\
|
|
{$(INCLUDE)}"sample\genchnk.hpp"\
|
|
{$(INCLUDE)}"sample\puresmpl.hpp"\
|
|
{$(INCLUDE)}"sample\wave.hpp"\
|
|
{$(INCLUDE)}"statbar\popup.hpp"\
|
|
{$(INCLUDE)}"statbar\statbarx.hpp"\
|
|
{$(INCLUDE)}"statbar\statmenu.hpp"\
|
|
{$(INCLUDE)}"thread\mutex.hpp"\
|
|
|
|
|
|
"$(INTDIR)\mainfrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_MAINF=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\browse.h"\
|
|
".\browse.hpp"\
|
|
".\brwsview.hpp"\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\mainfrm.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\scroll.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\filetime.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\intel.hpp"\
|
|
{$(INCLUDE)}"common\mdifrm.hpp"\
|
|
{$(INCLUDE)}"common\mdiwin.hpp"\
|
|
{$(INCLUDE)}"common\memfile.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\mmsystem.hpp"\
|
|
{$(INCLUDE)}"common\openfile.hpp"\
|
|
{$(INCLUDE)}"common\overlap.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\status.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"\
|
|
{$(INCLUDE)}"mediapak\mediapak.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
{$(INCLUDE)}"sample\chunkid.hpp"\
|
|
{$(INCLUDE)}"sample\datachnk.hpp"\
|
|
{$(INCLUDE)}"sample\fmtchnk.hpp"\
|
|
{$(INCLUDE)}"sample\genchnk.hpp"\
|
|
{$(INCLUDE)}"sample\puresmpl.hpp"\
|
|
{$(INCLUDE)}"sample\wave.hpp"\
|
|
{$(INCLUDE)}"statbar\popup.hpp"\
|
|
{$(INCLUDE)}"statbar\statbarx.hpp"\
|
|
{$(INCLUDE)}"statbar\statmenu.hpp"\
|
|
{$(INCLUDE)}"thread\mutex.hpp"\
|
|
|
|
|
|
"$(INTDIR)\mainfrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\thmbnail.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_THMBN=\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\thmbnail.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
|
|
|
|
"$(INTDIR)\thmbnail.obj" : $(SOURCE) $(DEP_CPP_THMBN) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_THMBN=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\thmbnail.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
|
|
|
|
"$(INTDIR)\thmbnail.obj" : $(SOURCE) $(DEP_CPP_THMBN) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\thmbpage.cpp
|
|
|
|
!IF "$(CFG)" == "browse - Win32 Release"
|
|
|
|
DEP_CPP_THMBP=\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
|
|
|
|
"$(INTDIR)\thmbpage.obj" : $(SOURCE) $(DEP_CPP_THMBP) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "browse - Win32 Debug"
|
|
|
|
DEP_CPP_THMBP=\
|
|
"..\..\parts\mssdk\include\basetsd.h"\
|
|
".\dib24.hpp"\
|
|
".\jpgimg.hpp"\
|
|
".\rgb888.hpp"\
|
|
".\thmbnail.hpp"\
|
|
".\thmbpage.hpp"\
|
|
{$(INCLUDE)}"common\array.hpp"\
|
|
{$(INCLUDE)}"common\assert.hpp"\
|
|
{$(INCLUDE)}"common\block.hpp"\
|
|
{$(INCLUDE)}"common\block.tpp"\
|
|
{$(INCLUDE)}"common\bminfo.hpp"\
|
|
{$(INCLUDE)}"common\callback.hpp"\
|
|
{$(INCLUDE)}"common\callback.tpp"\
|
|
{$(INCLUDE)}"common\cbdata.hpp"\
|
|
{$(INCLUDE)}"common\cbptr.hpp"\
|
|
{$(INCLUDE)}"common\dib.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\palentry.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\purepal.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\rgbquad.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
{$(INCLUDE)}"mediapak\pakentry.hpp"\
|
|
|
|
|
|
"$(INTDIR)\thmbpage.obj" : $(SOURCE) $(DEP_CPP_THMBP) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
!ENDIF
|
|
|