hmespana / txquery

Automatically exported from code.google.com/p/txquery
Other
0 stars 0 forks source link

Change dfm to text source #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. pls, convert all *.dfm files in project:
$(DELPHI)\bin\convert.exe -t -i demo\*.dfm
$(DELPHI)\bin\convert.exe -t -i QBuilder\*.dfm
$(DELPHI)\bin\convert.exe -t -i source\*.dfm

for svn visual diff 

2. move all *.dpk from source directory to Packages
- add designtime dcl*.dpk package and redesign runtime xqd*.dpk 

3. fix include or add *.res in distribution package:
  QExprYacc.pas -> {$R Qexpryacc.res}
  xqYacc.pas -> {$R xqyacc.res}

Original issue reported on code.google.com by alto%cry...@gtempaccount.com on 5 Dec 2009 at 10:04