Author Topic: Version 18 - post build command doesn't appear to work  (Read 2458 times)

scottk

  • Community Member
  • Posts: 6
  • Hero Points: 0
Version 18 - post build command doesn't appear to work
« on: July 09, 2013, 04:39:01 PM »
I'm using a user-maintained makefile, and I add a copy command as a custom post build step:
copy \sw\dev\gpu_drv\bugfix_main\_out\%B\nvwgf2um*.* \sw\dev\gpu_drv\bugfix_main\_out

This works fine on version 17, but doesn't work on version 18.

To test this, I added:
echo foo %B
as a prebuild and a post build step.  The echo executes in the prebuild step, but not in the post build step.

So back to version 17 I go for a while, I guess.

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Version 18 - post build command doesn't appear to work
« Reply #1 on: July 09, 2013, 06:33:35 PM »
I was able to replicate this, I will investigate the issue.

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Version 18 - post build command doesn't appear to work
« Reply #2 on: July 10, 2013, 04:19:45 PM »
This will be corrected in the next point release.  As a workaround, it is possible to use v17 vsbuild with v18 editor by replacing the vsbuild executable into the v18 install directory with v17 version if you have access to both.