Changeset 1f21c79
- Timestamp:
- 04/27/06 22:12:53 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8f851f3
- Parents:
- c4a4d3d
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
config-win.h
re641bdc r1f21c79 1 #2 # Highly hacked config.h template for WIN32 builds.3 #4 # This really needs to be fixed better sometime...5 #6 # Matt Brown <matt@mattb.net.nz>7 #8 9 1 #define PACKAGE_VERSION "3.0.0" 10 2 … … 12 4 13 5 #define HAVE_SPRINTF_S 1 6 7 #define HAVE_PCAP 1 8 #define HAVE_BPF 1 9 #define HAVE_PCAP_BPF 1 10 #define HAVE_PCAP_H 1 11 #define HAVE_PCAP_SENDPACKET 1 -
libtrace.sln
re641bdc r1f21c79 10 10 EndProject 11 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-convert", "test-convert.vcproj", "{9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}" 12 EndProject 13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-pcap-bpf", "test-pcap-bpf.vcproj", "{30DAF374-0895-49A3-BE7F-888B12DDE497}" 12 14 EndProject 13 15 Global … … 29 31 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.ActiveCfg = Release|Win32 30 32 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.Build.0 = Release|Win32 33 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug|Win32.ActiveCfg = Debug|Win32 34 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug|Win32.Build.0 = Debug|Win32 35 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Release|Win32.ActiveCfg = Release|Win32 36 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Release|Win32.Build.0 = Release|Win32 31 37 EndGlobalSection 32 38 GlobalSection(SolutionProperties) = preSolution -
libtrace.vcproj
re641bdc r1f21c79 135 135 Name="VCCLCompilerTool" 136 136 Optimization="0" 137 AdditionalIncludeDirectories="" H:\src\libtrace-win""137 AdditionalIncludeDirectories=""G:\Program Files\WpdPack\Include";"H:\src\libtrace-win"" 138 138 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BUILDING_DLL" 139 139 MinimalRebuild="true" … … 161 161 <Tool 162 162 Name="VCLinkerTool" 163 AdditionalDependencies="Ws2_32.lib "163 AdditionalDependencies="Ws2_32.lib wpcap.lib" 164 164 LinkIncremental="2" 165 165 SuppressStartupBanner="true" 166 AdditionalLibraryDirectories=" "166 AdditionalLibraryDirectories=""G:\Program Files\WpdPack\Lib"" 167 167 GenerateDebugInformation="true" 168 168 ProgramDatabaseFile=".\Debug/libtrace.pdb"
Note: See TracChangeset
for help on using the changeset viewer.