~ubuntu-branches/ubuntu/jaunty/apache2/jaunty-proposed

« back to all changes in this revision

Viewing changes to support/htcacheclean.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-12-15 00:06:50 UTC
  • mfrom: (14.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081215000650-5ovq2vvvrtmn5r1l
Tags: 2.2.11-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control, rules}: enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
TargetPath=.\Release\htcacheclean.exe
56
56
SOURCE="$(InputPath)"
57
57
PostBuild_Desc=Embed .manifest
58
 
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
 
58
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);1
59
59
# End Special Build Tool
60
60
 
61
61
!ELSEIF  "$(CFG)" == "htcacheclean - Win32 Debug"
85
85
TargetPath=.\Debug\htcacheclean.exe
86
86
SOURCE="$(InputPath)"
87
87
PostBuild_Desc=Embed .manifest
88
 
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
 
88
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);1
89
89
# End Special Build Tool
90
90
 
91
91
!ENDIF