635 lines
16 KiB
Makefile
635 lines
16 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Based on Statbar.dsp
|
|
!IF "$(CFG)" == ""
|
|
CFG=statbar - Win32 Release
|
|
!MESSAGE No configuration specified. Defaulting to statbar - Win32 Release.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "statbar - Win32 Release" && "$(CFG)" !=\
|
|
"statbar - 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 "Statbar.mak" CFG="statbar - Win32 Release"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "statbar - Win32 Release" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "statbar - 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
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
OUTDIR=.\Release
|
|
INTDIR=.\Release
|
|
# Begin Custom Macros
|
|
OutDir=.\.\Release
|
|
# End Custom Macros
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "$(OUTDIR)\Statbar.lib"
|
|
|
|
!ELSE
|
|
|
|
ALL : "$(OUTDIR)\Statbar.lib"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Popup.obj"
|
|
-@erase "$(INTDIR)\Statbar.obj"
|
|
-@erase "$(INTDIR)\statbarx.obj"
|
|
-@erase "$(INTDIR)\Statinfo.obj"
|
|
-@erase "$(INTDIR)\statlogo.obj"
|
|
-@erase "$(INTDIR)\Statmenu.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(OUTDIR)\Statbar.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP=cl.exe
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)\Statbar.pch" /YX /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) $<
|
|
<<
|
|
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\Statbar.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"$(OUTDIR)\Statbar.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Popup.obj" \
|
|
"$(INTDIR)\Statbar.obj" \
|
|
"$(INTDIR)\statbarx.obj" \
|
|
"$(INTDIR)\Statinfo.obj" \
|
|
"$(INTDIR)\statlogo.obj" \
|
|
"$(INTDIR)\Statmenu.obj"
|
|
|
|
"$(OUTDIR)\Statbar.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "..\exe\statbar.lib"
|
|
|
|
!ELSE
|
|
|
|
ALL : "..\exe\statbar.lib"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Popup.obj"
|
|
-@erase "$(INTDIR)\Statbar.obj"
|
|
-@erase "$(INTDIR)\statbarx.obj"
|
|
-@erase "$(INTDIR)\Statinfo.obj"
|
|
-@erase "$(INTDIR)\statlogo.obj"
|
|
-@erase "$(INTDIR)\Statmenu.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "..\exe\statbar.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP=cl.exe
|
|
CPP_PROJ=/nologo /Zp1 /MTd /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
|
|
"__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX /Fo"$(INTDIR)\\"\
|
|
/Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\msvcobj/
|
|
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) $<
|
|
<<
|
|
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\Statbar.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"..\exe\statbar.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Popup.obj" \
|
|
"$(INTDIR)\Statbar.obj" \
|
|
"$(INTDIR)\statbarx.obj" \
|
|
"$(INTDIR)\Statinfo.obj" \
|
|
"$(INTDIR)\statlogo.obj" \
|
|
"$(INTDIR)\Statmenu.obj"
|
|
|
|
"..\exe\statbar.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release" || "$(CFG)" ==\
|
|
"statbar - Win32 Debug"
|
|
SOURCE=.\Popup.cpp
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
DEP_CPP_POPUP=\
|
|
".\Popup.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Popup.obj" : $(SOURCE) $(DEP_CPP_POPUP) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
DEP_CPP_POPUP=\
|
|
".\Popup.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Popup.obj" : $(SOURCE) $(DEP_CPP_POPUP) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Statbar.cpp
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
DEP_CPP_STATB=\
|
|
".\Popup.hpp"\
|
|
".\Statbar.hpp"\
|
|
".\Statinfo.hpp"\
|
|
".\Statmenu.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Statbar.obj" : $(SOURCE) $(DEP_CPP_STATB) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
DEP_CPP_STATB=\
|
|
".\Popup.hpp"\
|
|
".\Statbar.hpp"\
|
|
".\Statinfo.hpp"\
|
|
".\Statmenu.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdiobj.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Statbar.obj" : $(SOURCE) $(DEP_CPP_STATB) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\statbarx.cpp
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
DEP_CPP_STATBA=\
|
|
".\Popup.hpp"\
|
|
".\statbarx.hpp"\
|
|
".\Statmenu.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\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\status.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\statbarx.obj" : $(SOURCE) $(DEP_CPP_STATBA) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
DEP_CPP_STATBA=\
|
|
".\Popup.hpp"\
|
|
".\statbarx.hpp"\
|
|
".\Statmenu.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\commctrl.hpp"\
|
|
{$(INCLUDE)}"common\control.hpp"\
|
|
{$(INCLUDE)}"common\dwindow.hpp"\
|
|
{$(INCLUDE)}"common\except.hpp"\
|
|
{$(INCLUDE)}"common\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdata.hpp"\
|
|
{$(INCLUDE)}"common\gdata.tpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\pointer.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\status.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\statbarx.obj" : $(SOURCE) $(DEP_CPP_STATBA) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Statinfo.cpp
|
|
DEP_CPP_STATI=\
|
|
".\Statinfo.hpp"\
|
|
{$(INCLUDE)}"common\stdio.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Statinfo.obj" : $(SOURCE) $(DEP_CPP_STATI) "$(INTDIR)"
|
|
|
|
|
|
SOURCE=.\statlogo.cpp
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
DEP_CPP_STATL=\
|
|
".\Popup.hpp"\
|
|
".\Statbar.hpp"\
|
|
".\Statinfo.hpp"\
|
|
".\statlogo.hpp"\
|
|
".\Statmenu.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\dwindow.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\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\statlogo.obj" : $(SOURCE) $(DEP_CPP_STATL) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
DEP_CPP_STATL=\
|
|
".\Popup.hpp"\
|
|
".\Statbar.hpp"\
|
|
".\Statinfo.hpp"\
|
|
".\statlogo.hpp"\
|
|
".\Statmenu.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\dwindow.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\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\pen.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\purebmp.hpp"\
|
|
{$(INCLUDE)}"common\purehdc.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\rgbcolor.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\statlogo.obj" : $(SOURCE) $(DEP_CPP_STATL) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
SOURCE=.\Statmenu.cpp
|
|
|
|
!IF "$(CFG)" == "statbar - Win32 Release"
|
|
|
|
DEP_CPP_STATM=\
|
|
".\Popup.hpp"\
|
|
".\Statmenu.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Statmenu.obj" : $(SOURCE) $(DEP_CPP_STATM) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
|
|
|
DEP_CPP_STATM=\
|
|
".\Popup.hpp"\
|
|
".\Statmenu.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\fixup.hpp"\
|
|
{$(INCLUDE)}"common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"common\menuitem.hpp"\
|
|
{$(INCLUDE)}"common\pcallbck.hpp"\
|
|
{$(INCLUDE)}"common\point.hpp"\
|
|
{$(INCLUDE)}"common\puremenu.hpp"\
|
|
{$(INCLUDE)}"common\pvector.hpp"\
|
|
{$(INCLUDE)}"common\pvector.tpp"\
|
|
{$(INCLUDE)}"common\rect.hpp"\
|
|
{$(INCLUDE)}"common\stdlib.hpp"\
|
|
{$(INCLUDE)}"common\string.hpp"\
|
|
{$(INCLUDE)}"common\types.hpp"\
|
|
{$(INCLUDE)}"common\vhandler.hpp"\
|
|
{$(INCLUDE)}"common\window.hpp"\
|
|
{$(INCLUDE)}"common\windows.hpp"\
|
|
{$(INCLUDE)}"common\windowsx.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Statmenu.obj" : $(SOURCE) $(DEP_CPP_STATM) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
!ENDIF
|
|
|