- Timestamp:
- 08/24/08 19:23:10 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- bc97cd8
- Parents:
- 846bbe4
- Location:
- helpers
- Files:
-
- 10 added
- 2 edited
-
UploadBinaries/UploadBinaries.vcproj (modified) (1 diff)
-
UploadInstaller/UploadInstaller.vcproj (modified) (1 diff)
-
systray_helper/ReadMe.txt (added)
-
systray_helper/Resource.h (added)
-
systray_helper/TrayWidget.cpp (added)
-
systray_helper/TrayWidget.h (added)
-
systray_helper/stdafx.cpp (added)
-
systray_helper/stdafx.h (added)
-
systray_helper/systray_helper.cpp (added)
-
systray_helper/systray_helper.h (added)
-
systray_helper/systray_helper.rc (added)
-
systray_helper/systray_helper.vcproj (added)
Legend:
- Unmodified
- Added
- Removed
-
helpers/UploadBinaries/UploadBinaries.vcproj
r846bbe4 rc0522cd 381 381 <Tool 382 382 Name="VCCustomBuildTool" 383 CommandLine="echo Making archive
7z.exe a -r -tzip -bd "$(TargetDir)\NSClient++-$(PlatformName).zip" "$(TargetDir)\*"
echo Renaming archive
postbuild.pl "$(TargetDir)\NSClient++-$(PlatformName).zip" zip
echo Sending to server
pscp.exe "$(TargetDir)\*.zip" mickem@ssl.nakednuns.org:/var/www/files/nightly/
"383 CommandLine="echo Making archive
7z.exe a -r -tzip -bd "$(TargetDir)\NSClient++-$(PlatformName).zip" "$(TargetDir)\*"
echo Renaming archive
postbuild.pl "$(TargetDir)\NSClient++-$(PlatformName).zip" zip
echo Sending to server
pscp.exe "$(TargetDir)\*.zip" nscp@druss.medin.name:/var/www/files/nightly/
" 384 384 Outputs="foo" 385 385 /> -
helpers/UploadInstaller/UploadInstaller.vcproj
r846bbe4 rc0522cd 247 247 <Tool 248 248 Name="VCCustomBuildTool" 249 CommandLine="echo Renaming archive
echo mkdir "$(OutDir)"
mkdir "$(OutDir)"
cmd /c del "$(OutDir)\*.msi""
cmd /c copy "..\installer\bin\$(ConfigurationName)\NSClient++.msi" "$(OutDir)\NSClient++-$(PlatformName).msi""
postbuild.pl "$(TargetDir)\NSClient++-$(PlatformName).msi" msi
echo Sending to server
pscp.exe "$(TargetDir)\*.msi" mickem@ssl.nakednuns.org:/var/www/files/nightly/
"249 CommandLine="echo Renaming archive
echo mkdir "$(OutDir)"
mkdir "$(OutDir)"
cmd /c del "$(OutDir)\*.msi""
cmd /c copy "..\installer\bin\$(ConfigurationName)\NSClient++.msi" "$(OutDir)\NSClient++-$(PlatformName).msi""
postbuild.pl "$(TargetDir)\NSClient++-$(PlatformName).msi" msi
echo Sending to server
pscp.exe "$(TargetDir)\*.msi" nscp@druss.medin.name:/var/www/files/nightly/
" 250 250 Outputs="foo" 251 251 />
Note: See TracChangeset
for help on using the changeset viewer.








