diff options
author | Xavier Roche <roche@httrack.com> | 2015-03-14 14:53:02 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-03-14 14:53:02 +0100 |
commit | efa5392fc30c7dfc835f0dfbba9f8bc4e4154af7 (patch) | |
tree | 1fbe3c69076083597312c6643bbe73b2afd7c036 /libtest | |
parent | fae2edc5322caab631e57c928ae9e4d7e0fab2a2 (diff) |
Cleanup (first git build)
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.am | 2 | ||||
-rw-r--r-- | libtest/Makefile.in | 2 | ||||
-rw-r--r-- | libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user | 121 |
3 files changed, 2 insertions, 123 deletions
diff --git a/libtest/Makefile.am b/libtest/Makefile.am index 8e52eaa..7c9c291 100644 --- a/libtest/Makefile.am +++ b/libtest/Makefile.am @@ -1,7 +1,7 @@ exemplesdir = $(datadir)/httrack/libtest exemples_DATA = *.c *.h *.txt -EXTRA_DIST = $(exemples_DATA) +EXTRA_DIST = $(exemples_DATA) libtest.mak libtest.vcproj AM_CPPFLAGS = \ @DEFAULT_CFLAGS@ \ diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 7b4cf80..dc4ab0d 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -333,7 +333,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ exemplesdir = $(datadir)/httrack/libtest exemples_DATA = *.c *.h *.txt -EXTRA_DIST = $(exemples_DATA) +EXTRA_DIST = $(exemples_DATA) libtest.mak libtest.vcproj AM_CPPFLAGS = @DEFAULT_CFLAGS@ @THREADS_CFLAGS@ @V6_FLAG@ @LFS_FLAG@ \ -DPREFIX=\""$(prefix)"\" -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" -DLIBDIR=\""$(libdir)"\" -I../src diff --git a/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user b/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user deleted file mode 100644 index 1d1cc28..0000000 --- a/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user +++ /dev/null @@ -1,121 +0,0 @@ -<?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> |