summaryrefslogtreecommitdiff
path: root/libtest
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2015-03-14 13:41:18 +0100
committerXavier Roche <roche@httrack.com>2015-03-14 13:41:18 +0100
commitc983a56bddedde1044e5296b0dde7797855ee7a4 (patch)
tree1ae026058a2b542dab0c3e33c609c23494c51753 /libtest
parent6b17f1209b659192c2f210db73df9befebe63266 (diff)
Moved to git, cleanup
Diffstat (limited to 'libtest')
-rw-r--r--libtest/Release/BuildLog.htmbin0 -> 5722 bytes
-rw-r--r--libtest/libtest.mak44
-rw-r--r--libtest/libtest.vcproj186
-rw-r--r--libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user121
4 files changed, 351 insertions, 0 deletions
diff --git a/libtest/Release/BuildLog.htm b/libtest/Release/BuildLog.htm
new file mode 100644
index 0000000..d137edc
--- /dev/null
+++ b/libtest/Release/BuildLog.htm
Binary files differ
diff --git a/libtest/libtest.mak b/libtest/libtest.mak
new file mode 100644
index 0000000..f5eec97
--- /dev/null
+++ b/libtest/libtest.mak
@@ -0,0 +1,44 @@
+# Makefile
+
+OBJDIR = ./Release/
+PATH = $(DEVSTU)\vc\bin;$(DEVSTU)\sharedide\bin;$(PATH)
+INCLUDES = /I "." /I ".." /I "../src" /I "$(DEVSTU)\vc\include" /I"../../openssl-1.0.1j\include\openssl"
+LIB_FLAGS = /link /LIBPATH:"L:\HTTrack\httrack\src_win\libhttrack" /LIBPATH:"L:\HTTrack\httrack\libhttrack"
+COMMON_FLAGS = /W3 /O2 /Fo"$(OBJDIR)" /Fd"$(OBJDIR)" /Fa"$(OBJDIR)" $(INCLUDES)
+CPP_FLAGS = /LD $(COMMON_FLAGS) libhttrack.lib
+BIN_FLAGS = /link /LIBPATH:"C:\temp\Debuglib"
+
+all:
+ cl $(CPP_FLAGS) \
+ callbacks-example-simple.c -Fe$(OBJDIR)callbacks-example-simple.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-log.c -Fe$(OBJDIR)callbacks-example-log.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-baselinks.c -Fe$(OBJDIR)callbacks-example-baselinks.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-contentfilter.c -Fe$(OBJDIR)callbacks-example-contentfilter.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-displayheader.c -Fe$(OBJDIR)callbacks-example-displayheader.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-filename.c -Fe$(OBJDIR)callbacks-example-filename.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-filename2.c -Fe$(OBJDIR)callbacks-example-filename2.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-filenameiisbug.c -Fe$(OBJDIR)callbacks-example-filenameiisbug.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-changecontent.c -Fe$(OBJDIR)callbacks-example-changecontent.dll \
+ $(LIB_FLAGS)
+ cl $(CPP_FLAGS) \
+ callbacks-example-listlinks.c -Fe$(OBJDIR)callbacks-example-listlinks.dll \
+ $(LIB_FLAGS)
+ cl $(COMMON_FLAGS) \
+ example.c wsock32.lib libhttrack.lib -Fe$(OBJDIR)example.exe \
+ $(BIN_FLAGS)
diff --git a/libtest/libtest.vcproj b/libtest/libtest.vcproj
new file mode 100644
index 0000000..7933cdb
--- /dev/null
+++ b/libtest/libtest.vcproj
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="libtest"
+ ProjectGUID="{76424734-BC12-4472-ABE2-B5C7A4A0B733}"
+ Keyword="MakeFileProj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f libtest.mak"
+ ReBuildCommandLine=""
+ CleanCommandLine="del *.obj"
+ Output=""
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f libtest.mak"
+ ReBuildCommandLine=""
+ CleanCommandLine="del *.obj"
+ Output=""
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f libtest.mak"
+ ReBuildCommandLine=""
+ CleanCommandLine="del *.obj"
+ Output=""
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f libtest.mak"
+ ReBuildCommandLine=""
+ CleanCommandLine="del *.obj"
+ Output=""
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\callbacks-example-baselinks.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-changecontent.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-contentfilter.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-displayheader.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-filename.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-filename2.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-filenameiisbug.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-listlinks.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-log.c"
+ >
+ </File>
+ <File
+ RelativePath=".\callbacks-example-simple.c"
+ >
+ </File>
+ <File
+ RelativePath=".\example.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\example.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\libtest.mak"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\readme.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user b/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user
new file mode 100644
index 0000000..1d1cc28
--- /dev/null
+++ b/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioUserFile
+ ProjectType="Visual C++"
+ Version="9,00"
+ ShowAllFiles="false"
+ >
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="ROCHEPC"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="ROCHEPC"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="ROCHEPC"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="ROCHEPC"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ </Configurations>
+</VisualStudioUserFile>