Aggiunta gestione del comando rpc DongleYear per l'anno di assistenza

git-svn-id: svn://10.65.10.50/trunk@6062 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1998-01-29 09:43:10 +00:00
parent 2f90ce3bc6
commit 981f57a971
5 changed files with 139 additions and 344 deletions

View File

@ -42,12 +42,13 @@ struct TFunctionName
int level;
};
const int MAX_FUNC = 5;
const int MAX_FUNC = 6;
static TFunctionName ftable[MAX_FUNC] =
{
{ "DongleHasModule", f_DongleHasModule, 1 },
{ "DongleModules", f_DongleModules, 1 },
{ "DongleNumber", f_DongleNumber, 1 },
{ "DongleYear", f_DongleYear, 1 },
{ "UserLogin", f_UserLogin, 0 },
{ "UserLogout", f_UserLogout, 0 },
};

View File

@ -40,6 +40,7 @@ public:
int f_DongleHasModule(TConnection& conn, void* pJolly);
int f_DongleModules (TConnection& conn, void* pJolly);
int f_DongleNumber (TConnection& conn, void* pJolly);
int f_DongleYear (TConnection& conn, void* pJolly);
int f_UserLogin (TConnection& conn, void* pJolly);
int f_UserLogout (TConnection& conn, void* pJolly);

View File

@ -37,6 +37,6 @@ int f_DongleNumber(TConnection& conn, void* pJolly)
int f_DongleYear(TConnection& conn, void* pJolly)
{
int year = GetServer().AssistanceYear();
return conn.ReturnInteger(year);
int year = GetServer().AssistanceYear();
return conn.ReturnInteger(year);
}

View File

@ -14,7 +14,7 @@ CFG=FrontEnd - Win32 Debug
!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 "Frontend.mak" CFG="FrontEnd - Win32 Debug"
!MESSAGE NMAKE /f "frontend.mak" CFG="FrontEnd - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@ -51,38 +51,38 @@ MTL=mktyplib.exe
OUTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\Frontend.exe" "$(OUTDIR)\Frontend.bsc"
ALL : "$(OUTDIR)\frontend.exe" "$(OUTDIR)\frontend.bsc"
CLEAN :
-@erase ".\Release\Frontend.bsc"
-@erase ".\Release\frontend.bsc"
-@erase ".\Release\Connect.sbr"
-@erase ".\Release\frontend.pch"
-@erase ".\Release\NetSock.sbr"
-@erase ".\Release\Connectd.sbr"
-@erase ".\Release\FrontEnd.sbr"
-@erase ".\Release\Frontend.pch"
-@erase ".\Release\Netutils.sbr"
-@erase ".\Release\StatDlg.sbr"
-@erase ".\Release\MainFrm.sbr"
-@erase ".\Release\Connectu.sbr"
-@erase ".\Release\Frontdoc.sbr"
-@erase ".\Release\Tracing.sbr"
-@erase ".\Release\StdAfx.sbr"
-@erase ".\Release\Frontvw.sbr"
-@erase ".\Release\Tracing.sbr"
-@erase ".\Release\Server.sbr"
-@erase ".\Release\NetSock.sbr"
-@erase ".\Release\Connect.sbr"
-@erase ".\Release\Connectd.sbr"
-@erase ".\Release\Frontend.exe"
-@erase ".\Release\Frontvw.sbr"
-@erase ".\Release\StatDlg.sbr"
-@erase ".\Release\frontend.exe"
-@erase ".\Release\Frontvw.obj"
-@erase ".\Release\StatDlg.obj"
-@erase ".\Release\Connect.obj"
-@erase ".\Release\NetSock.obj"
-@erase ".\Release\Connectd.obj"
-@erase ".\Release\FrontEnd.obj"
-@erase ".\Release\Netutils.obj"
-@erase ".\Release\StatDlg.obj"
-@erase ".\Release\MainFrm.obj"
-@erase ".\Release\Connectu.obj"
-@erase ".\Release\Frontdoc.obj"
-@erase ".\Release\Tracing.obj"
-@erase ".\Release\StdAfx.obj"
-@erase ".\Release\Frontvw.obj"
-@erase ".\Release\Tracing.obj"
-@erase ".\Release\Server.obj"
-@erase ".\Release\NetSock.obj"
-@erase ".\Release\FrontEnd.res"
"$(OUTDIR)" :
@ -92,7 +92,7 @@ CLEAN :
# ADD CPP /nologo /MT /W3 /GX /O2 /I "c:\u\guy\p.tre\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS" /FR /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "c:\u\guy\p.tre\include" /D "NDEBUG" /D\
"WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS" /FR"$(INTDIR)/"\
/Fp"$(INTDIR)/Frontend.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
/Fp"$(INTDIR)/frontend.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\Release/
# ADD BASE MTL /nologo /D "NDEBUG" /win32
@ -104,23 +104,23 @@ RSC_PROJ=/l 0x410 /fo"$(INTDIR)/FrontEnd.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Frontend.bsc"
BSC32_FLAGS=/nologo /o"$(OUTDIR)/frontend.bsc"
BSC32_SBRS= \
"$(INTDIR)/Connect.sbr" \
"$(INTDIR)/NetSock.sbr" \
"$(INTDIR)/Connectd.sbr" \
"$(INTDIR)/FrontEnd.sbr" \
"$(INTDIR)/Netutils.sbr" \
"$(INTDIR)/StatDlg.sbr" \
"$(INTDIR)/MainFrm.sbr" \
"$(INTDIR)/Connectu.sbr" \
"$(INTDIR)/Frontdoc.sbr" \
"$(INTDIR)/Tracing.sbr" \
"$(INTDIR)/StdAfx.sbr" \
"$(INTDIR)/Frontvw.sbr" \
"$(INTDIR)/Tracing.sbr" \
"$(INTDIR)/Server.sbr" \
"$(INTDIR)/NetSock.sbr" \
"$(INTDIR)/Connect.sbr" \
"$(INTDIR)/Connectd.sbr"
"$(INTDIR)/Frontvw.sbr" \
"$(INTDIR)/StatDlg.sbr"
"$(OUTDIR)\Frontend.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
"$(OUTDIR)\frontend.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
@ -130,28 +130,28 @@ LINK32=link.exe
# ADD LINK32 dbdao3.lib /nologo /subsystem:windows /machine:I386
# SUBTRACT LINK32 /nodefaultlib
LINK32_FLAGS=dbdao3.lib /nologo /subsystem:windows /incremental:no\
/pdb:"$(OUTDIR)/Frontend.pdb" /machine:I386 /out:"$(OUTDIR)/Frontend.exe"
/pdb:"$(OUTDIR)/frontend.pdb" /machine:I386 /out:"$(OUTDIR)/frontend.exe"
LINK32_OBJS= \
"$(INTDIR)/Frontvw.obj" \
"$(INTDIR)/StatDlg.obj" \
".\Nt_call.obj" \
"$(INTDIR)/Connect.obj" \
".\Api_3nlm.obj" \
"$(INTDIR)/NetSock.obj" \
"$(INTDIR)/Connectd.obj" \
".\Hlapi_c.obj" \
"$(INTDIR)/FrontEnd.obj" \
"$(INTDIR)/Netutils.obj" \
"$(INTDIR)/StatDlg.obj" \
".\Api_3nlm.obj" \
"$(INTDIR)/MainFrm.obj" \
"$(INTDIR)/Connectu.obj" \
"$(INTDIR)/Frontdoc.obj" \
"$(INTDIR)/Tracing.obj" \
"$(INTDIR)/StdAfx.obj" \
"$(INTDIR)/Frontvw.obj" \
"$(INTDIR)/Tracing.obj" \
"$(INTDIR)/Server.obj" \
"$(INTDIR)/NetSock.obj" \
".\Hlapi_c.obj" \
".\Nt_call.obj" \
"$(INTDIR)/FrontEnd.res" \
".\Aga32.lib"
"$(OUTDIR)\Frontend.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
"$(OUTDIR)\frontend.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
@ -171,43 +171,43 @@ LINK32_OBJS= \
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\Frontend.exe" "$(OUTDIR)\Frontend.bsc"
ALL : "$(OUTDIR)\frontend.exe" "$(OUTDIR)\frontend.bsc"
CLEAN :
-@erase ".\Debug\vc40.pdb"
-@erase ".\Debug\Frontend.pch"
-@erase ".\Debug\frontend.pch"
-@erase ".\Debug\vc40.idb"
-@erase ".\Debug\Frontend.bsc"
-@erase ".\Debug\Frontvw.sbr"
-@erase ".\Debug\Connectd.sbr"
-@erase ".\Debug\StdAfx.sbr"
-@erase ".\Debug\StatDlg.sbr"
-@erase ".\Debug\frontend.bsc"
-@erase ".\Debug\Server.sbr"
-@erase ".\Debug\MainFrm.sbr"
-@erase ".\Debug\Tracing.sbr"
-@erase ".\Debug\Connectu.sbr"
-@erase ".\Debug\NetSock.sbr"
-@erase ".\Debug\FrontEnd.sbr"
-@erase ".\Debug\Netutils.sbr"
-@erase ".\Debug\Connect.sbr"
-@erase ".\Debug\Frontdoc.sbr"
-@erase ".\Debug\Frontend.exe"
-@erase ".\Debug\Frontvw.sbr"
-@erase ".\Debug\StdAfx.sbr"
-@erase ".\Debug\StatDlg.sbr"
-@erase ".\Debug\Connectd.sbr"
-@erase ".\Debug\MainFrm.sbr"
-@erase ".\Debug\Tracing.sbr"
-@erase ".\Debug\Connectu.sbr"
-@erase ".\Debug\NetSock.sbr"
-@erase ".\Debug\frontend.exe"
-@erase ".\Debug\NetSock.obj"
-@erase ".\Debug\Server.obj"
-@erase ".\Debug\FrontEnd.obj"
-@erase ".\Debug\Netutils.obj"
-@erase ".\Debug\Connect.obj"
-@erase ".\Debug\Frontdoc.obj"
-@erase ".\Debug\Frontvw.obj"
-@erase ".\Debug\Connectd.obj"
-@erase ".\Debug\StdAfx.obj"
-@erase ".\Debug\StatDlg.obj"
-@erase ".\Debug\Server.obj"
-@erase ".\Debug\Connectd.obj"
-@erase ".\Debug\MainFrm.obj"
-@erase ".\Debug\Tracing.obj"
-@erase ".\Debug\Connectu.obj"
-@erase ".\Debug\NetSock.obj"
-@erase ".\Debug\FrontEnd.obj"
-@erase ".\Debug\Netutils.obj"
-@erase ".\Debug\FrontEnd.res"
-@erase ".\Debug\Frontend.ilk"
-@erase ".\Debug\Frontend.pdb"
-@erase ".\Debug\frontend.ilk"
-@erase ".\Debug\frontend.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
@ -216,7 +216,7 @@ CLEAN :
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\u\guy\p.tre\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS" /FR /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\u\guy\p.tre\include" /D\
"_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS"\
/FR"$(INTDIR)/" /Fp"$(INTDIR)/Frontend.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
/FR"$(INTDIR)/" /Fp"$(INTDIR)/frontend.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\Debug/
@ -229,23 +229,23 @@ RSC_PROJ=/l 0x410 /fo"$(INTDIR)/FrontEnd.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Frontend.bsc"
BSC32_FLAGS=/nologo /o"$(OUTDIR)/frontend.bsc"
BSC32_SBRS= \
"$(INTDIR)/Frontvw.sbr" \
"$(INTDIR)/Connectd.sbr" \
"$(INTDIR)/StdAfx.sbr" \
"$(INTDIR)/StatDlg.sbr" \
"$(INTDIR)/Server.sbr" \
"$(INTDIR)/MainFrm.sbr" \
"$(INTDIR)/Tracing.sbr" \
"$(INTDIR)/Connectu.sbr" \
"$(INTDIR)/NetSock.sbr" \
"$(INTDIR)/FrontEnd.sbr" \
"$(INTDIR)/Netutils.sbr" \
"$(INTDIR)/Connect.sbr" \
"$(INTDIR)/Frontdoc.sbr"
"$(INTDIR)/Frontdoc.sbr" \
"$(INTDIR)/Frontvw.sbr" \
"$(INTDIR)/StdAfx.sbr" \
"$(INTDIR)/StatDlg.sbr" \
"$(INTDIR)/Connectd.sbr" \
"$(INTDIR)/MainFrm.sbr" \
"$(INTDIR)/Tracing.sbr" \
"$(INTDIR)/Connectu.sbr" \
"$(INTDIR)/NetSock.sbr"
"$(OUTDIR)\Frontend.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
"$(OUTDIR)\frontend.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
@ -255,29 +255,29 @@ LINK32=link.exe
# ADD LINK32 dbdao3d.lib /nologo /subsystem:windows /debug /machine:I386
# SUBTRACT LINK32 /nodefaultlib
LINK32_FLAGS=dbdao3d.lib /nologo /subsystem:windows /incremental:yes\
/pdb:"$(OUTDIR)/Frontend.pdb" /debug /machine:I386\
/out:"$(OUTDIR)/Frontend.exe"
/pdb:"$(OUTDIR)/frontend.pdb" /debug /machine:I386\
/out:"$(OUTDIR)/frontend.exe"
LINK32_OBJS= \
".\Api_3nlm.obj" \
"$(INTDIR)/NetSock.obj" \
".\Nt_call.obj" \
"$(INTDIR)/Server.obj" \
"$(INTDIR)/FrontEnd.obj" \
"$(INTDIR)/Netutils.obj" \
"$(INTDIR)/Connect.obj" \
"$(INTDIR)/Frontdoc.obj" \
"$(INTDIR)/Frontvw.obj" \
"$(INTDIR)/Connectd.obj" \
".\Hlapi_c.obj" \
"$(INTDIR)/StdAfx.obj" \
"$(INTDIR)/StatDlg.obj" \
"$(INTDIR)/Server.obj" \
"$(INTDIR)/Connectd.obj" \
".\Api_3nlm.obj" \
"$(INTDIR)/MainFrm.obj" \
"$(INTDIR)/Tracing.obj" \
"$(INTDIR)/Connectu.obj" \
".\Hlapi_c.obj" \
"$(INTDIR)/NetSock.obj" \
".\Nt_call.obj" \
"$(INTDIR)/FrontEnd.obj" \
"$(INTDIR)/Netutils.obj" \
"$(INTDIR)/FrontEnd.res" \
".\Aga32.lib"
"$(OUTDIR)\Frontend.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
"$(OUTDIR)\frontend.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
@ -330,38 +330,13 @@ SOURCE=.\ReadMe.txt
# Begin Source File
SOURCE=.\FrontEnd.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_FRONT=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\MainFrm.h"\
".\Frontdoc.h"\
".\frontend.h"\
".\mainfrm.h"\
".\frontdoc.h"\
".\frontvw.h"\
".\Server.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"$(INTDIR)\FrontEnd.obj" : $(SOURCE) $(DEP_CPP_FRONT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\FrontEnd.sbr" : $(SOURCE) $(DEP_CPP_FRONT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_FRONT=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\MainFrm.h"\
".\Frontdoc.h"\
".\frontvw.h"\
".\Server.h"\
".\server.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
@ -372,20 +347,18 @@ DEP_CPP_FRONT=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"$(INTDIR)\FrontEnd.obj" : $(SOURCE) $(DEP_CPP_FRONT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\FrontEnd.sbr" : $(SOURCE) $(DEP_CPP_FRONT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
@ -402,7 +375,7 @@ DEP_CPP_STDAF=\
BuildCmds= \
$(CPP) /nologo /MT /W3 /GX /O2 /I "c:\u\guy\p.tre\include" /D "NDEBUG" /D\
"WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS" /FR"$(INTDIR)/"\
/Fp"$(INTDIR)/Frontend.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
/Fp"$(INTDIR)/frontend.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
@ -411,7 +384,7 @@ BuildCmds= \
"$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\Frontend.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
"$(INTDIR)\frontend.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
@ -421,7 +394,7 @@ BuildCmds= \
BuildCmds= \
$(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\u\guy\p.tre\include" /D\
"_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_NO_DAO_SUPPORT" /D "_MBCS"\
/FR"$(INTDIR)/" /Fp"$(INTDIR)/Frontend.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/FR"$(INTDIR)/" /Fp"$(INTDIR)/frontend.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c $(SOURCE) \
@ -431,7 +404,7 @@ BuildCmds= \
"$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\Frontend.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
"$(INTDIR)\frontend.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ENDIF
@ -443,15 +416,15 @@ BuildCmds= \
SOURCE=.\MainFrm.cpp
DEP_CPP_MAINF=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\MainFrm.h"\
".\frontend.h"\
".\mainfrm.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\MainFrm.sbr" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
# End Source File
@ -481,10 +454,10 @@ DEP_CPP_TRACI=\
"$(INTDIR)\Tracing.obj" : $(SOURCE) $(DEP_CPP_TRACI) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Tracing.sbr" : $(SOURCE) $(DEP_CPP_TRACI) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
# End Source File
@ -492,32 +465,10 @@ DEP_CPP_TRACI=\
# Begin Source File
SOURCE=.\Connectu.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_CONNE=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\Server.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Connectu.obj" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\Connectu.sbr" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_CONNE=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\Server.h"\
".\connect.h"\
".\server.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
@ -527,21 +478,19 @@ DEP_CPP_CONNE=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Connectu.obj" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Connectu.sbr" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
@ -549,15 +498,15 @@ DEP_CPP_CONNE=\
SOURCE=.\Frontdoc.cpp
DEP_CPP_FRONTD=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontdoc.h"\
".\frontdoc.h"\
".\frontvw.h"\
"$(INTDIR)\Frontdoc.obj" : $(SOURCE) $(DEP_CPP_FRONTD) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Frontdoc.sbr" : $(SOURCE) $(DEP_CPP_FRONTD) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
# End Source File
@ -565,39 +514,13 @@ DEP_CPP_FRONTD=\
# Begin Source File
SOURCE=.\Frontvw.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_FRONTV=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\Frontdoc.h"\
".\frontend.h"\
".\frontdoc.h"\
".\frontvw.h"\
".\Server.h"\
".\StatDlg.h"\
".\Tracing.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"$(INTDIR)\Frontvw.obj" : $(SOURCE) $(DEP_CPP_FRONTV) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\Frontvw.sbr" : $(SOURCE) $(DEP_CPP_FRONTV) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_FRONTV=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\Frontdoc.h"\
".\frontvw.h"\
".\Server.h"\
".\StatDlg.h"\
".\server.h"\
".\statdlg.h"\
".\Tracing.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
@ -609,57 +532,30 @@ DEP_CPP_FRONTV=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"$(INTDIR)\Frontvw.obj" : $(SOURCE) $(DEP_CPP_FRONTV) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Frontvw.sbr" : $(SOURCE) $(DEP_CPP_FRONTV) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Server.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_SERVE=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Hlapi_c.h"\
".\Connect.h"\
".\Server.h"\
".\hlapi_c.h"\
".\connect.h"\
".\server.h"\
".\Tracing.h"\
".\Fastapi.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Server.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\Server.sbr" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_SERVE=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Hlapi_c.h"\
".\Connect.h"\
".\Server.h"\
".\Tracing.h"\
".\Fastapi.h"\
".\fastapi.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
@ -669,50 +565,24 @@ DEP_CPP_SERVE=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Server.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Server.sbr" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=\U\Guy\P.tre\Include\Netutils.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_NETUT=\
"c:\u\guy\p.tre\include\stdafx.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
"$(INTDIR)\Netutils.obj" : $(SOURCE) $(DEP_CPP_NETUT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
$(BuildCmds)
"$(INTDIR)\Netutils.sbr" : $(SOURCE) $(DEP_CPP_NETUT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
$(BuildCmds)
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_NETUT=\
"c:\u\guy\p.tre\include\stdafx.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
@ -724,7 +594,7 @@ DEP_CPP_NETUT=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
@ -734,50 +604,22 @@ BuildCmds= \
"$(INTDIR)\Netutils.obj" : $(SOURCE) $(DEP_CPP_NETUT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
$(BuildCmds)
"$(INTDIR)\Netutils.sbr" : $(SOURCE) $(DEP_CPP_NETUT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
$(BuildCmds)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=\U\Guy\P.tre\Include\NetSock.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_NETSO=\
"c:\u\guy\p.tre\include\stdafx.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
".\..\..\U\Guy\P.tre\Include\skstream.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
"$(INTDIR)\NetSock.obj" : $(SOURCE) $(DEP_CPP_NETSO) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
$(BuildCmds)
"$(INTDIR)\NetSock.sbr" : $(SOURCE) $(DEP_CPP_NETSO) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
$(BuildCmds)
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_NETSO=\
"c:\u\guy\p.tre\include\stdafx.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
".\..\..\U\Guy\P.tre\Include\skstream.h"\
"..\..\..\P.tre\Include\skstream.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
@ -787,7 +629,7 @@ DEP_CPP_NETSO=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
@ -797,44 +639,21 @@ BuildCmds= \
"$(INTDIR)\NetSock.obj" : $(SOURCE) $(DEP_CPP_NETSO) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
$(BuildCmds)
"$(INTDIR)\NetSock.sbr" : $(SOURCE) $(DEP_CPP_NETSO) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
$(BuildCmds)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Connect.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_CONNEC=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\Tracing.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"$(INTDIR)\Connect.obj" : $(SOURCE) $(DEP_CPP_CONNEC) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\Connect.sbr" : $(SOURCE) $(DEP_CPP_CONNEC) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_CONNEC=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\connect.h"\
".\Tracing.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
@ -845,51 +664,27 @@ DEP_CPP_CONNEC=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"$(INTDIR)\Connect.obj" : $(SOURCE) $(DEP_CPP_CONNEC) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Connect.sbr" : $(SOURCE) $(DEP_CPP_CONNEC) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Connectd.cpp
!IF "$(CFG)" == "FrontEnd - Win32 Release"
DEP_CPP_CONNECT=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\Server.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Connectd.obj" : $(SOURCE) $(DEP_CPP_CONNECT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\Connectd.sbr" : $(SOURCE) $(DEP_CPP_CONNECT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
!ELSEIF "$(CFG)" == "FrontEnd - Win32 Debug"
DEP_CPP_CONNECT=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Connect.h"\
".\Server.h"\
".\connect.h"\
".\server.h"\
"c:\u\guy\p.tre\include\NetUtils.h"\
{$(INCLUDE)}"\assoc.h"\
{$(INCLUDE)}"\strings.h"\
@ -899,21 +694,19 @@ DEP_CPP_CONNECT=\
"c:\u\guy\p.tre\include\stdtypes.h"\
{$(INCLUDE)}"\checks.h"\
{$(INCLUDE)}"\Xvt_env.h"\
".\..\..\xvt.450\w16_x86\include\xvt_plat.h"\
"..\..\..\..\..\Xvt.450\W16_x86\Include\xvt_plat.h"\
{$(INCLUDE)}"\sys\Types.h"\
{$(INCLUDE)}"\sys\Stat.h"\
"c:\u\guy\p.tre\include\NetSock.h"\
"$(INTDIR)\Connectd.obj" : $(SOURCE) $(DEP_CPP_CONNECT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\Connectd.sbr" : $(SOURCE) $(DEP_CPP_CONNECT) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
@ -969,15 +762,15 @@ SOURCE=.\Aga32.lib
SOURCE=.\StatDlg.cpp
DEP_CPP_STATD=\
"c:\u\guy\p.tre\include\stdafx.h"\
".\Frontend.h"\
".\StatDlg.h"\
".\frontend.h"\
".\statdlg.h"\
"$(INTDIR)\StatDlg.obj" : $(SOURCE) $(DEP_CPP_STATD) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
"$(INTDIR)\StatDlg.sbr" : $(SOURCE) $(DEP_CPP_STATD) "$(INTDIR)"\
"$(INTDIR)\Frontend.pch"
"$(INTDIR)\frontend.pch"
# End Source File

Binary file not shown.