Changeset 3971


Ignore:
Timestamp:
11/20/09 13:06:17 (4 years ago)
Author:
sam
Message:

Add zznop, a small test program to help debug the Win32 port.
Also add check-build from libcaca to test that msvc/config.h is
up to date.

Location:
zzuf/trunk
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/msvc

    • Property svn:ignore
      •  

        old new  
        22Debug 
        33Release 
         4*.filters 
         5*.user 
         6*.log 
         7*.sdf 
         8*.suo 
         9*.opensdf 
         10ipch 
  • zzuf/trunk/msvc/libzzuf.vcxproj

    r3933 r3971  
    6060      <WarningLevel>Level3</WarningLevel> 
    6161      <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 
     62      <CompileAs>CompileAsC</CompileAs> 
    6263    </ClCompile> 
    6364    <Link> 
     
    8485      <WarningLevel>Level3</WarningLevel> 
    8586      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 
     87      <CompileAs>CompileAsC</CompileAs> 
    8688    </ClCompile> 
    8789    <Link> 
  • zzuf/trunk/msvc/zzuf.vcxproj

    r3933 r3971  
    6161      <WarningLevel>Level3</WarningLevel> 
    6262      <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 
     63      <CompileAs>CompileAsC</CompileAs> 
    6364    </ClCompile> 
    6465    <Link> 
     
    8081      <WarningLevel>Level3</WarningLevel> 
    8182      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 
     83      <CompileAs>CompileAsC</CompileAs> 
    8284    </ClCompile> 
    8385    <Link> 
  • zzuf/trunk/msvc/zzuf10.sln

    r3933 r3971  
    55EndProject 
    66Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzzuf", "libzzuf.vcxproj", "{E658DCE5-E1E5-41C8-910B-1CC2D73C435C}" 
     7EndProject 
     8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zznop", "zznop.vcxproj", "{04486051-18D2-402D-91C0-3E0A8F2FD0D7}" 
    79EndProject 
    810Global 
     
    2022                {E658DCE5-E1E5-41C8-910B-1CC2D73C435C}.Release|Win32.ActiveCfg = Release|Win32 
    2123                {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 
    2228        EndGlobalSection 
    2329        GlobalSection(SolutionProperties) = preSolution 
  • zzuf/trunk/test/Makefile.am

    r2579 r3971  
    22EXTRA_DIST = $(TESTS) functions.inc file-00 file-ff file-random file-text 
    33 
    4 noinst_PROGRAMS = zzcat zzero bug-overflow bug-memory bug-div0 
     4noinst_PROGRAMS = zzcat zzero zznop bug-overflow bug-memory bug-div0 
    55 
    6 TESTS = check-md5 check-overflow check-memory check-div0 check-rng check-utils 
     6TESTS = check-build check-md5 check-overflow check-memory check-div0 \ 
     7        check-rng check-utils 
    78 
Note: See TracChangeset for help on using the changeset viewer.