Files
Work/remoteps/remoteps.mak
2024-08-07 09:16:27 -04:00

917 lines
24 KiB
Makefile

# Microsoft Developer Studio Generated NMAKE File, Based on remoteps.dsp
!IF "$(CFG)" == ""
CFG=remoteps - Win32 Debug
!MESSAGE No configuration specified. Defaulting to remoteps - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "remoteps - Win32 Debug" && "$(CFG)" !=\
"remoteps - Win32 Unicode Debug" && "$(CFG)" !=\
"remoteps - Win32 Release MinSize" && "$(CFG)" !=\
"remoteps - Win32 Release MinDependency" && "$(CFG)" !=\
"remoteps - Win32 Unicode Release MinSize" && "$(CFG)" !=\
"remoteps - Win32 Unicode Release MinDependency"
!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 "remoteps.mak" CFG="remoteps - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "remoteps - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "remoteps - Win32 Unicode Debug" (based on "Win32 (x86) Application")
!MESSAGE "remoteps - Win32 Release MinSize" (based on\
"Win32 (x86) Application")
!MESSAGE "remoteps - Win32 Release MinDependency" (based on\
"Win32 (x86) Application")
!MESSAGE "remoteps - Win32 Unicode Release MinSize" (based on\
"Win32 (x86) Application")
!MESSAGE "remoteps - Win32 Unicode Release MinDependency" (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)" == "remoteps - Win32 Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\vc50.pdb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OUTDIR)\remoteps.ilk"
-@erase "$(OUTDIR)\remoteps.pdb"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /Zp1 /MLd /W1 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "STRICT" /D "__FLAT__" /Fp"$(INTDIR)\remoteps.pch" /Yu"stdafx.h"\
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\Debug/
CPP_SBRS=.
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "_DEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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:yes\
/pdb:"$(OUTDIR)\remoteps.pdb" /debug /machine:I386\
/out:"$(OUTDIR)\remoteps.exe" /pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\Debug
TargetPath=.\Debug\remoteps.exe
InputPath=.\Debug\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Debug"
OUTDIR=.\DebugU
INTDIR=.\DebugU
# Begin Custom Macros
OutDir=.\DebugU
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\vc50.pdb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OUTDIR)\remoteps.ilk"
-@erase "$(OUTDIR)\remoteps.pdb"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /MLd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
"_UNICODE" /Fp"$(INTDIR)\remoteps.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\DebugU/
CPP_SBRS=.
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "_DEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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 /entry:"wWinMainCRTStartup" /subsystem:windows\
/incremental:yes /pdb:"$(OUTDIR)\remoteps.pdb" /debug /machine:I386\
/out:"$(OUTDIR)\remoteps.exe" /pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\DebugU
TargetPath=.\DebugU\remoteps.exe
InputPath=.\DebugU\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinSize"
OUTDIR=.\ReleaseMinSize
INTDIR=.\ReleaseMinSize
# Begin Custom Macros
OutDir=.\ReleaseMinSize
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_DLL"\
/D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\ReleaseMinSize/
CPP_SBRS=.
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "NDEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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)\remoteps.pdb" /machine:I386 /out:"$(OUTDIR)\remoteps.exe"
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\ReleaseMinSize
TargetPath=.\ReleaseMinSize\remoteps.exe
InputPath=.\ReleaseMinSize\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinDependency"
OUTDIR=.\ReleaseMinDependency
INTDIR=.\ReleaseMinDependency
# Begin Custom Macros
OutDir=.\ReleaseMinDependency
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch"\
/Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\ReleaseMinDependency/
CPP_SBRS=.
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "NDEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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)\remoteps.pdb" /machine:I386 /out:"$(OUTDIR)\remoteps.exe"
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\ReleaseMinDependency
TargetPath=.\ReleaseMinDependency\remoteps.exe
InputPath=.\ReleaseMinDependency\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinSize"
OUTDIR=.\ReleaseUMinSize
INTDIR=.\ReleaseUMinSize
# Begin Custom Macros
OutDir=.\ReleaseUMinSize
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE"\
/D "_ATL_DLL" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch" /Yu"stdafx.h"\
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\ReleaseUMinSize/
CPP_SBRS=.
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "NDEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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)\remoteps.pdb" /machine:I386 /out:"$(OUTDIR)\remoteps.exe"
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\ReleaseUMinSize
TargetPath=.\ReleaseUMinSize\remoteps.exe
InputPath=.\ReleaseUMinSize\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinDependency"
OUTDIR=.\ReleaseUMinDependency
INTDIR=.\ReleaseUMinDependency
# Begin Custom Macros
OutDir=.\ReleaseUMinDependency
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ELSE
ALL : "$(OUTDIR)\remoteps.exe" "$(OutDir)\regsvr32.trg"
!ENDIF
CLEAN :
-@erase "$(INTDIR)\RemoteProcess.obj"
-@erase "$(INTDIR)\remoteps.obj"
-@erase "$(INTDIR)\remoteps.pch"
-@erase "$(INTDIR)\remoteps.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(OUTDIR)\remoteps.exe"
-@erase "$(OutDir)\regsvr32.trg"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE"\
/D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch"\
/Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\ReleaseUMinDependency/
CPP_SBRS=.
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\remoteps.res" /d "NDEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\remoteps.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)\remoteps.pdb" /machine:I386 /out:"$(OUTDIR)\remoteps.exe"
LINK32_OBJS= \
"$(INTDIR)\RemoteProcess.obj" \
"$(INTDIR)\remoteps.obj" \
"$(INTDIR)\remoteps.res" \
"$(INTDIR)\StdAfx.obj" \
"..\EXE\mscommon.lib" \
"..\EXE\psapint.lib"
"$(OUTDIR)\remoteps.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
OutDir=.\ReleaseUMinDependency
TargetPath=.\ReleaseUMinDependency\remoteps.exe
InputPath=.\ReleaseUMinDependency\remoteps.exe
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!
!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)" == "remoteps - Win32 Debug" || "$(CFG)" ==\
"remoteps - Win32 Unicode Debug" || "$(CFG)" ==\
"remoteps - Win32 Release MinSize" || "$(CFG)" ==\
"remoteps - Win32 Release MinDependency" || "$(CFG)" ==\
"remoteps - Win32 Unicode Release MinSize" || "$(CFG)" ==\
"remoteps - Win32 Unicode Release MinDependency"
SOURCE=.\RemoteProcess.cpp
!IF "$(CFG)" == "remoteps - Win32 Debug"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Debug"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\StdAfx.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinSize"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\StdAfx.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinDependency"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\StdAfx.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinSize"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\StdAfx.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinDependency"
DEP_CPP_REMOT=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\StdAfx.h"\
{$(INCLUDE)}"common\array.hpp"\
{$(INCLUDE)}"common\console.hpp"\
{$(INCLUDE)}"common\coord.hpp"\
{$(INCLUDE)}"common\except.hpp"\
{$(INCLUDE)}"common\library.hpp"\
{$(INCLUDE)}"common\scrnbuff.hpp"\
{$(INCLUDE)}"common\smrect.hpp"\
{$(INCLUDE)}"common\stdlib.hpp"\
{$(INCLUDE)}"common\string.hpp"\
{$(INCLUDE)}"common\windows.hpp"\
{$(INCLUDE)}"psapi\psapi.h"\
{$(INCLUDE)}"psapint\modinfo.hpp"\
{$(INCLUDE)}"psapint\procid.hpp"\
{$(INCLUDE)}"psapint\procinfo.hpp"\
{$(INCLUDE)}"psapint\psapi.hpp"\
"$(INTDIR)\RemoteProcess.obj" : $(SOURCE) $(DEP_CPP_REMOT) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h"
!ENDIF
SOURCE=.\remoteps.cpp
!IF "$(CFG)" == "remoteps - Win32 Debug"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Debug"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
".\StdAfx.h"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinSize"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
".\StdAfx.h"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinDependency"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
".\StdAfx.h"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinSize"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
".\StdAfx.h"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinDependency"
DEP_CPP_REMOTE=\
".\RemoteProcess.hpp"\
".\remoteps.h"\
".\remoteps_i.c"\
".\StdAfx.h"\
"$(INTDIR)\remoteps.obj" : $(SOURCE) $(DEP_CPP_REMOTE) "$(INTDIR)"\
"$(INTDIR)\remoteps.pch" ".\remoteps.h" ".\remoteps_i.c"
!ENDIF
SOURCE=.\remoteps.idl
!IF "$(CFG)" == "remoteps - Win32 Debug"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Debug"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinSize"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinDependency"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinSize"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinDependency"
InputPath=.\remoteps.idl
".\remoteps.tlb" ".\remoteps.h" ".\remoteps_i.c" : $(SOURCE) "$(INTDIR)"\
"$(OUTDIR)"
midl /Oicf /h "remoteps.h" /iid "remoteps_i.c" "remoteps.idl"
!ENDIF
SOURCE=.\remoteps.rc
DEP_RSC_REMOTEP=\
".\RemoteProcess.rgs"\
".\remoteps.rgs"\
".\remoteps.tlb"\
"$(INTDIR)\remoteps.res" : $(SOURCE) $(DEP_RSC_REMOTEP) "$(INTDIR)"\
".\remoteps.tlb"
$(RSC) $(RSC_PROJ) $(SOURCE)
SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
".\StdAfx.h"\
!IF "$(CFG)" == "remoteps - Win32 Debug"
CPP_SWITCHES=/nologo /Zp1 /MLd /W1 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D\
"_WINDOWS" /D "STRICT" /D "__FLAT__" /Fp"$(INTDIR)\remoteps.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Debug"
CPP_SWITCHES=/nologo /MLd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_UNICODE" /Fp"$(INTDIR)\remoteps.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
/Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinSize"
CPP_SWITCHES=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_ATL_DLL" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "remoteps - Win32 Release MinDependency"
CPP_SWITCHES=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch"\
/Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinSize"
CPP_SWITCHES=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)\remoteps.pch"\
/Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ELSEIF "$(CFG)" == "remoteps - Win32 Unicode Release MinDependency"
CPP_SWITCHES=/nologo /ML /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT"\
/Fp"$(INTDIR)\remoteps.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD\
/c
"$(INTDIR)\StdAfx.obj" "$(INTDIR)\remoteps.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<
!ENDIF
!ENDIF