Skip to content

Commit

Permalink
Moved to git, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xroche committed Mar 14, 2015
1 parent 6b17f12 commit c983a56
Show file tree
Hide file tree
Showing 14 changed files with 4,298 additions and 8 deletions.
Binary file added libtest/Release/BuildLog.htm
Binary file not shown.
44 changes: 44 additions & 0 deletions 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)
186 changes: 186 additions & 0 deletions 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>
121 changes: 121 additions & 0 deletions 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>

0 comments on commit c983a56

Please sign in to comment.