Initial
This commit is contained in:
809
statbar/HOLD/STATBAR.MAK
Normal file
809
statbar/HOLD/STATBAR.MAK
Normal file
@@ -0,0 +1,809 @@
|
||||
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
||||
|
||||
!IF "$(CFG)" == ""
|
||||
CFG=statbar - Win32 Debug
|
||||
!MESSAGE No configuration specified. Defaulting to statbar - Win32 Debug.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(CFG)" != "statbar - Win32 Release" && "$(CFG)" !=\
|
||||
"statbar - 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 "statbar.mak" CFG="statbar - Win32 Debug"
|
||||
!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
|
||||
################################################################################
|
||||
# Begin Project
|
||||
# PROP Target_Last_Scanned "statbar - Win32 Debug"
|
||||
CPP=cl.exe
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Target_Dir ""
|
||||
OUTDIR=.\Release
|
||||
INTDIR=.\Release
|
||||
|
||||
ALL : "$(OUTDIR)\statbar.lib"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\Popup.obj"
|
||||
-@erase "$(INTDIR)\Statbar.obj"
|
||||
-@erase "$(INTDIR)\Statinfo.obj"
|
||||
-@erase "$(INTDIR)\Statmenu.obj"
|
||||
-@erase "$(OUTDIR)\statbar.lib"
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
||||
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
||||
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
||||
/Fp"$(INTDIR)/statbar.pch" /YX /Fo"$(INTDIR)/" /c
|
||||
CPP_OBJS=.\Release/
|
||||
CPP_SBRS=.\.
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/statbar.bsc"
|
||||
BSC32_SBRS= \
|
||||
|
||||
LIB32=link.exe -lib
|
||||
# ADD BASE LIB32 /nologo
|
||||
# ADD LIB32 /nologo
|
||||
LIB32_FLAGS=/nologo /out:"$(OUTDIR)/statbar.lib"
|
||||
LIB32_OBJS= \
|
||||
"$(INTDIR)\Popup.obj" \
|
||||
"$(INTDIR)\Statbar.obj" \
|
||||
"$(INTDIR)\Statinfo.obj" \
|
||||
"$(INTDIR)\Statmenu.obj"
|
||||
|
||||
"$(OUTDIR)\statbar.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
||||
$(LIB32) @<<
|
||||
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
||||
<<
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "msvcobj"
|
||||
# PROP Intermediate_Dir "msvcobj"
|
||||
# PROP Target_Dir ""
|
||||
OUTDIR=.\msvcobj
|
||||
INTDIR=.\msvcobj
|
||||
|
||||
ALL : "..\exe\statbar.lib"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\Popup.obj"
|
||||
-@erase "$(INTDIR)\Statbar.obj"
|
||||
-@erase "$(INTDIR)\Statinfo.obj"
|
||||
-@erase "$(INTDIR)\Statmenu.obj"
|
||||
-@erase "..\exe\statbar.lib"
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
|
||||
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
||||
# ADD CPP /nologo /Zp1 /MTd /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX /c
|
||||
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)/" /c
|
||||
CPP_OBJS=.\msvcobj/
|
||||
CPP_SBRS=.\.
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/statbar.bsc"
|
||||
BSC32_SBRS= \
|
||||
|
||||
LIB32=link.exe -lib
|
||||
# ADD BASE LIB32 /nologo
|
||||
# ADD LIB32 /nologo /out:"..\exe\statbar.lib"
|
||||
LIB32_FLAGS=/nologo /out:"..\exe\statbar.lib"
|
||||
LIB32_OBJS= \
|
||||
"$(INTDIR)\Popup.obj" \
|
||||
"$(INTDIR)\Statbar.obj" \
|
||||
"$(INTDIR)\Statinfo.obj" \
|
||||
"$(INTDIR)\Statmenu.obj"
|
||||
|
||||
"..\exe\statbar.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) $<
|
||||
|
||||
################################################################################
|
||||
# Begin Target
|
||||
|
||||
# Name "statbar - Win32 Release"
|
||||
# Name "statbar - Win32 Debug"
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Statmenu.cpp
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
DEP_CPP_STATM=\
|
||||
{$(INCLUDE)}"\.\Popup.hpp"\
|
||||
{$(INCLUDE)}"\.\Statmenu.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Commdlg.h"\
|
||||
{$(INCLUDE)}"\Common\Assert.hpp"\
|
||||
{$(INCLUDE)}"\Common\Block.hpp"\
|
||||
{$(INCLUDE)}"\Common\Block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Callback.hpp"\
|
||||
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
||||
{$(INCLUDE)}"\Common\Dwindow.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Menuitem.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puremenu.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.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"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Mswsock.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Shellapi.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Wincrypt.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Windowsx.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winperf.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winsock.h"\
|
||||
{$(INCLUDE)}"\Winsock2.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statmenu.obj" : $(SOURCE) $(DEP_CPP_STATM) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
DEP_CPP_STATM=\
|
||||
{$(INCLUDE)}"\.\Popup.hpp"\
|
||||
{$(INCLUDE)}"\.\Statmenu.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Cguid.h"\
|
||||
{$(INCLUDE)}"\Commdlg.h"\
|
||||
{$(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\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Menuitem.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puremenu.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(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"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Imm.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Mcx.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Mswsock.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Oaidl.h"\
|
||||
{$(INCLUDE)}"\Objbase.h"\
|
||||
{$(INCLUDE)}"\Objidl.h"\
|
||||
{$(INCLUDE)}"\Ole.h"\
|
||||
{$(INCLUDE)}"\Ole2.h"\
|
||||
{$(INCLUDE)}"\Oleauto.h"\
|
||||
{$(INCLUDE)}"\Oleidl.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Prsht.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Pshpack8.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcndr.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnsip.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Shellapi.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Unknwn.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Wincrypt.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Windowsx.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winperf.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winsock.h"\
|
||||
{$(INCLUDE)}"\Winsock2.h"\
|
||||
{$(INCLUDE)}"\Winspool.h"\
|
||||
{$(INCLUDE)}"\Winsvc.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
{$(INCLUDE)}"\Wtypes.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statmenu.obj" : $(SOURCE) $(DEP_CPP_STATM) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Statinfo.cpp
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
DEP_CPP_STATI=\
|
||||
{$(INCLUDE)}"\.\Statinfo.hpp"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Cguid.h"\
|
||||
{$(INCLUDE)}"\Commdlg.h"\
|
||||
{$(INCLUDE)}"\Common\Stdio.hpp"\
|
||||
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
||||
{$(INCLUDE)}"\Common\String.hpp"\
|
||||
{$(INCLUDE)}"\Common\Windows.hpp"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Imm.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Mcx.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Mswsock.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Oaidl.h"\
|
||||
{$(INCLUDE)}"\Objbase.h"\
|
||||
{$(INCLUDE)}"\Objidl.h"\
|
||||
{$(INCLUDE)}"\Ole.h"\
|
||||
{$(INCLUDE)}"\Ole2.h"\
|
||||
{$(INCLUDE)}"\Oleauto.h"\
|
||||
{$(INCLUDE)}"\Oleidl.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Prsht.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Pshpack8.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcndr.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnsip.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Shellapi.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdio.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Unknwn.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Wincrypt.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winperf.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winsock.h"\
|
||||
{$(INCLUDE)}"\Winsock2.h"\
|
||||
{$(INCLUDE)}"\Winspool.h"\
|
||||
{$(INCLUDE)}"\Winsvc.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
{$(INCLUDE)}"\Wtypes.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statinfo.obj" : $(SOURCE) $(DEP_CPP_STATI) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
DEP_CPP_STATI=\
|
||||
{$(INCLUDE)}"\.\Statinfo.hpp"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Common\Stdio.hpp"\
|
||||
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
||||
{$(INCLUDE)}"\Common\String.hpp"\
|
||||
{$(INCLUDE)}"\Common\Windows.hpp"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdio.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statinfo.obj" : $(SOURCE) $(DEP_CPP_STATI) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Statbar.cpp
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
DEP_CPP_STATB=\
|
||||
{$(INCLUDE)}"\.\Statbar.hpp"\
|
||||
{$(INCLUDE)}"\.\Statinfo.hpp"\
|
||||
{$(INCLUDE)}"\.\Statmenu.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(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\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pen.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Rect.hpp"\
|
||||
{$(INCLUDE)}"\Common\Rgbcolor.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"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Windowsx.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statbar.obj" : $(SOURCE) $(DEP_CPP_STATB) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
DEP_CPP_STATB=\
|
||||
{$(INCLUDE)}"\.\Statbar.hpp"\
|
||||
{$(INCLUDE)}"\.\Statinfo.hpp"\
|
||||
{$(INCLUDE)}"\.\Statmenu.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Cguid.h"\
|
||||
{$(INCLUDE)}"\Commdlg.h"\
|
||||
{$(INCLUDE)}"\Common\Assert.hpp"\
|
||||
{$(INCLUDE)}"\Common\Callback.hpp"\
|
||||
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.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"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Imm.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Mcx.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Mswsock.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Oaidl.h"\
|
||||
{$(INCLUDE)}"\Objbase.h"\
|
||||
{$(INCLUDE)}"\Objidl.h"\
|
||||
{$(INCLUDE)}"\Ole.h"\
|
||||
{$(INCLUDE)}"\Ole2.h"\
|
||||
{$(INCLUDE)}"\Oleauto.h"\
|
||||
{$(INCLUDE)}"\Oleidl.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Prsht.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Pshpack8.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcndr.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnsip.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Shellapi.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Unknwn.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Wincrypt.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Windowsx.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winperf.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winsock.h"\
|
||||
{$(INCLUDE)}"\Winsock2.h"\
|
||||
{$(INCLUDE)}"\Winspool.h"\
|
||||
{$(INCLUDE)}"\Winsvc.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
{$(INCLUDE)}"\Wtypes.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Statbar.obj" : $(SOURCE) $(DEP_CPP_STATB) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Popup.cpp
|
||||
|
||||
!IF "$(CFG)" == "statbar - Win32 Release"
|
||||
|
||||
DEP_CPP_POPUP=\
|
||||
{$(INCLUDE)}"\.\Popup.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(INCLUDE)}"\Cguid.h"\
|
||||
{$(INCLUDE)}"\Commdlg.h"\
|
||||
{$(INCLUDE)}"\Common\Assert.hpp"\
|
||||
{$(INCLUDE)}"\Common\Callback.hpp"\
|
||||
{$(INCLUDE)}"\Common\Dwindow.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Menuitem.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puremenu.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(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)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Imm.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Mcx.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Mswsock.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Oaidl.h"\
|
||||
{$(INCLUDE)}"\Objbase.h"\
|
||||
{$(INCLUDE)}"\Objidl.h"\
|
||||
{$(INCLUDE)}"\Ole.h"\
|
||||
{$(INCLUDE)}"\Ole2.h"\
|
||||
{$(INCLUDE)}"\Oleauto.h"\
|
||||
{$(INCLUDE)}"\Oleidl.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Prsht.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Pshpack8.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcndr.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnsip.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Shellapi.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Unknwn.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Wincrypt.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winperf.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winsock.h"\
|
||||
{$(INCLUDE)}"\Winsock2.h"\
|
||||
{$(INCLUDE)}"\Winspool.h"\
|
||||
{$(INCLUDE)}"\Winsvc.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
{$(INCLUDE)}"\Wtypes.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Popup.obj" : $(SOURCE) $(DEP_CPP_POPUP) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "statbar - Win32 Debug"
|
||||
|
||||
DEP_CPP_POPUP=\
|
||||
{$(INCLUDE)}"\.\Popup.hpp"\
|
||||
{$(INCLUDE)}"\Assert.h"\
|
||||
{$(INCLUDE)}"\Cderr.h"\
|
||||
{$(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\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Menuitem.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puremenu.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(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"\
|
||||
{$(INCLUDE)}"\Ctype.h"\
|
||||
{$(INCLUDE)}"\Dde.h"\
|
||||
{$(INCLUDE)}"\Ddeml.h"\
|
||||
{$(INCLUDE)}"\Dlgs.h"\
|
||||
{$(INCLUDE)}"\Excpt.h"\
|
||||
{$(INCLUDE)}"\Lzexpand.h"\
|
||||
{$(INCLUDE)}"\Memory.h"\
|
||||
{$(INCLUDE)}"\Mmsystem.h"\
|
||||
{$(INCLUDE)}"\Nb30.h"\
|
||||
{$(INCLUDE)}"\Poppack.h"\
|
||||
{$(INCLUDE)}"\Pshpack1.h"\
|
||||
{$(INCLUDE)}"\Pshpack2.h"\
|
||||
{$(INCLUDE)}"\Pshpack4.h"\
|
||||
{$(INCLUDE)}"\Rpc.h"\
|
||||
{$(INCLUDE)}"\Rpcdce.h"\
|
||||
{$(INCLUDE)}"\Rpcdcep.h"\
|
||||
{$(INCLUDE)}"\Rpcnsi.h"\
|
||||
{$(INCLUDE)}"\Rpcnterr.h"\
|
||||
{$(INCLUDE)}"\Stdarg.h"\
|
||||
{$(INCLUDE)}"\Stdlib.h"\
|
||||
{$(INCLUDE)}"\String.h"\
|
||||
{$(INCLUDE)}"\Winbase.h"\
|
||||
{$(INCLUDE)}"\Wincon.h"\
|
||||
{$(INCLUDE)}"\Windef.h"\
|
||||
{$(INCLUDE)}"\Windows.h"\
|
||||
{$(INCLUDE)}"\Windowsx.h"\
|
||||
{$(INCLUDE)}"\Winerror.h"\
|
||||
{$(INCLUDE)}"\Wingdi.h"\
|
||||
{$(INCLUDE)}"\Winnetwk.h"\
|
||||
{$(INCLUDE)}"\Winnls.h"\
|
||||
{$(INCLUDE)}"\Winnt.h"\
|
||||
{$(INCLUDE)}"\Winreg.h"\
|
||||
{$(INCLUDE)}"\Winuser.h"\
|
||||
{$(INCLUDE)}"\Winver.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\Popup.obj" : $(SOURCE) $(DEP_CPP_POPUP) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
################################################################################
|
||||
Reference in New Issue
Block a user