Changeset 78 for branches

Show
Ignore:
Timestamp:
01/06/07 01:11:26 (5 years ago)
Author:
mloar2
Message:

Replaced wipt-get AssemblyInfo? and fixed strong-naming for wipt-put.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/wipt-put/Makefile

    r68 r78  
    1010!ENDIF 
    1111 
    12 wipt-put.exe: src\Main.cs ..\WindowsInstaller\ACM.Wipt.WindowsInstaller.dll ..\WiptLib\WiptLib.dll ..\AssemblyVersion.cs 
    13         csc $(CSFLAGS) /t:exe /out:wipt-put.exe /r:..\WindowsInstaller\ACM.Wipt.WindowsInstaller.dll /r:..\WiptLib\WiptLib.dll src\Main.cs ..\AssemblyVersion.cs 
     12wipt-put.exe: src\Main.cs src\AssemblyInfo.cs ..\WindowsInstaller\ACM.Wipt.WindowsInstaller.dll ..\WiptLib\WiptLib.dll \ 
     13        ..\AssemblyVersion.cs 
     14        csc $(CSFLAGS) /t:exe /out:wipt-put.exe /r:..\WindowsInstaller\ACM.Wipt.WindowsInstaller.dll \ 
     15                /r:..\WiptLib\WiptLib.dll src\Main.cs src\AssemblyInfo.cs ..\AssemblyVersion.cs 
    1416!IFDEF NODEBUG 
    1517        signtool sign /n "Special Interest Group for Windows Development" /t "http://timestamp.verisign.com/scripts/timestamp.dll" wipt-put.exe