Skip to main content

Compiling with Cobsql returns The system cannot find the path specified

  • February 15, 2013
  • 0 replies
  • 0 views

Dominique Sacre
Forum|alt.badge.img+2

Problem:

Method to make PROJMAKE build the debug and/or release versions

Resolution:

Supply the parameters within quotes, for example:

    projmake -buildall <name.app> "Generic Debug Build"

or

    projmake -buildall <name.app> "Generic Release Build"

Old KB# 5294