Changeset 3971
- Timestamp:
- 11/20/09 13:06:17 (4 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 3 added
- 5 edited
-
msvc (modified) (1 prop)
-
msvc/libzzuf.vcxproj (modified) (2 diffs)
-
msvc/zznop.vcxproj (added)
-
msvc/zzuf.vcxproj (modified) (2 diffs)
-
msvc/zzuf10.sln (modified) (2 diffs)
-
test/Makefile.am (modified) (1 diff)
-
test/check-build (added)
-
test/zznop.c (added)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/msvc
- Property svn:ignore
-
old new 2 2 Debug 3 3 Release 4 *.filters 5 *.user 6 *.log 7 *.sdf 8 *.suo 9 *.opensdf 10 ipch
-
- Property svn:ignore
-
zzuf/trunk/msvc/libzzuf.vcxproj
r3933 r3971 60 60 <WarningLevel>Level3</WarningLevel> 61 61 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 62 <CompileAs>CompileAsC</CompileAs> 62 63 </ClCompile> 63 64 <Link> … … 84 85 <WarningLevel>Level3</WarningLevel> 85 86 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 87 <CompileAs>CompileAsC</CompileAs> 86 88 </ClCompile> 87 89 <Link> -
zzuf/trunk/msvc/zzuf.vcxproj
r3933 r3971 61 61 <WarningLevel>Level3</WarningLevel> 62 62 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 63 <CompileAs>CompileAsC</CompileAs> 63 64 </ClCompile> 64 65 <Link> … … 80 81 <WarningLevel>Level3</WarningLevel> 81 82 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 83 <CompileAs>CompileAsC</CompileAs> 82 84 </ClCompile> 83 85 <Link> -
zzuf/trunk/msvc/zzuf10.sln
r3933 r3971 5 5 EndProject 6 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzzuf", "libzzuf.vcxproj", "{E658DCE5-E1E5-41C8-910B-1CC2D73C435C}" 7 EndProject 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zznop", "zznop.vcxproj", "{04486051-18D2-402D-91C0-3E0A8F2FD0D7}" 7 9 EndProject 8 10 Global … … 20 22 {E658DCE5-E1E5-41C8-910B-1CC2D73C435C}.Release|Win32.ActiveCfg = Release|Win32 21 23 {E658DCE5-E1E5-41C8-910B-1CC2D73C435C}.Release|Win32.Build.0 = Release|Win32 24 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Debug|Win32.ActiveCfg = Debug|Win32 25 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Debug|Win32.Build.0 = Debug|Win32 26 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Release|Win32.ActiveCfg = Release|Win32 27 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Release|Win32.Build.0 = Release|Win32 22 28 EndGlobalSection 23 29 GlobalSection(SolutionProperties) = preSolution -
zzuf/trunk/test/Makefile.am
r2579 r3971 2 2 EXTRA_DIST = $(TESTS) functions.inc file-00 file-ff file-random file-text 3 3 4 noinst_PROGRAMS = zzcat zzero bug-overflow bug-memory bug-div04 noinst_PROGRAMS = zzcat zzero zznop bug-overflow bug-memory bug-div0 5 5 6 TESTS = check-md5 check-overflow check-memory check-div0 check-rng check-utils 6 TESTS = check-build check-md5 check-overflow check-memory check-div0 \ 7 check-rng check-utils 7 8
Note: See TracChangeset
for help on using the changeset viewer.
