#1
|
|||
|
|||
build configuration with bds
I am trying to build a .groupproj file with the "Make RAD studio" action.
My problem is that a build with the default build tool msbuild results in a incomplete build, not all projects in the .groupproj file are built. Whe I override the default location of the command-line compiler with the bds.exe all projects are built well, but I cannot specify a configuration (Debug/Release) to build. Can anyone help me? thanks, George. Last edited by George; 02-18-2008 at 05:52 AM. |
#2
|
|||
|
|||
I've got it working with msbuild now!
I had to add these parameters to the command-line compiler options field: /target:clean /target:make Only then the right targets will be build. Perhaps there is another/better way to do this? bye, George |
#3
|
|||
|
|||
It sounds like an issue with the .groupproj file if not all projects are built without specifying those flags. Please ZIP and send to support@kinook.com:
1) The info from Help | About | Install Info 2) The version+SP of BDS/RAD Studio. 3) The .bld file 4) A build log file 5) The .groupproj file and project files (no source code files) Thanks. |
|
|