Ticket #987 (accepted enhancement)

Opened 3 years ago

Last modified 4 months ago

Missing command line for visual studio /clean

Reported by: JDelfour Owned by: dustin
Priority: patches-accepted Milestone: 0.8.+
Version: 0.8.1 Keywords: windows
Cc: dustin, callek

Description

Reference ticket: http://buildbot.net/trac/ticket/986 I usually prefer doing a "clean" before a "build" without using the "rebuild" (which sometimes mess the dependencies...

I guess you should add the following in the command lines of visual studio: if self.mode == "clean":

command.append("/Clean")

Change History

comment:1 Changed 3 years ago by dustin

  • Milestone changed from 0.8.2 to 0.8.3

I'd like someone who actually uses visual studio to do this..

comment:2 Changed 2 years ago by dustin

  • Milestone changed from 0.8.3 to 0.8.+

comment:3 Changed 14 months ago by dustin

  • Cc callek added
  • Owner set to dustin
  • Status changed from new to accepted

comment:4 Changed 4 months ago by tom.prince

  • Priority changed from minor to patches-accepted
Note: See TracTickets for help on using tickets.