I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:
I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:
Source folder
Packages folder
D14 folder (dcu's for D2010)
D17 folder (dcu's for DXE3 32bit)
What folder would be a good place to put dcu's for DXE3 64 bit?
Source folder
Packages folder
D14 folder (dcu's for D2010)
D17 folder (dcu's for DXE3 32bit)
What folder would be a good place to put dcu's for DXE3 64 bit?
Edwin Yip Only because he was already going down the version number path. I use the name, myself.
ReplyDeleteWhat about D2007-12-Highlander stuff? (:
ReplyDeleteI use an environment variable (defined inside Delphi) to specify the root of the output directories.
ReplyDeleteTools|Options|Environment Options|Environment Settings
User Overrides
BIN = C:\Users\MyUserName\Documents\RAD Studio\bin.xe3
If I have more than One Delphi compiling the same projects
BIN = C:\Users\MyUserName\Documents\RAD Studio\bin.d10
I then can use this in my Project Options
Output directory: $(bin)\$(platform)\$(config)
Unit directory: $(bin)\$(platform)\$(config)\dcu