mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fixed #7113: Wrong path in object pascal readme.md
This commit is contained in:
parent
b9e1051446
commit
249dbc9fd4
@ -124,6 +124,9 @@ $(EXAMPLES_FB)/README:
|
|||||||
$(CP) $(ROOT)/examples/stat/*.* $(EXAMPLES_FB)/stat/
|
$(CP) $(ROOT)/examples/stat/*.* $(EXAMPLES_FB)/stat/
|
||||||
$(CP) $(ROOT)/examples/udf/*.* $(EXAMPLES_FB)/udf/
|
$(CP) $(ROOT)/examples/udf/*.* $(EXAMPLES_FB)/udf/
|
||||||
$(CP) $(ROOT)/examples/udr/*.* $(EXAMPLES_FB)/udr/
|
$(CP) $(ROOT)/examples/udr/*.* $(EXAMPLES_FB)/udr/
|
||||||
|
$(CP) $(ROOT)/examples/object_pascal/*.* $(EXAMPLES_FB)/object_pascal/
|
||||||
|
$(CP) $(ROOT)/examples/object_pascal/[mM]ake* $(EXAMPLES_FB)/object_pascal/
|
||||||
|
$(CP) $(ROOT)/examples/object_pascal/common/*.* $(EXAMPLES_FB)/object_pascal/common/
|
||||||
# $(CP) intlemp.fdb $(EXAMPLES_FB)/empbuild/
|
# $(CP) intlemp.fdb $(EXAMPLES_FB)/empbuild/
|
||||||
$(CP) $(ROOT)/examples/readme $(EXAMPLES_FB)/README
|
$(CP) $(ROOT)/examples/readme $(EXAMPLES_FB)/README
|
||||||
$(CP) $(ROOT)/examples/empbuild/employe2.sql $(EXAMPLES_FB)/empbuild/
|
$(CP) $(ROOT)/examples/empbuild/employe2.sql $(EXAMPLES_FB)/empbuild/
|
||||||
|
@ -1299,6 +1299,8 @@ dnl # output
|
|||||||
mkdir -p gen/\$fb_tgt/firebird/examples/extauth
|
mkdir -p gen/\$fb_tgt/firebird/examples/extauth
|
||||||
mkdir -p gen/\$fb_tgt/firebird/examples/include
|
mkdir -p gen/\$fb_tgt/firebird/examples/include
|
||||||
mkdir -p gen/\$fb_tgt/firebird/examples/interfaces
|
mkdir -p gen/\$fb_tgt/firebird/examples/interfaces
|
||||||
|
mkdir -p gen/\$fb_tgt/firebird/examples/object_pascal
|
||||||
|
mkdir -p gen/\$fb_tgt/firebird/examples/object_pascal/common
|
||||||
mkdir -p gen/\$fb_tgt/firebird/examples/package
|
mkdir -p gen/\$fb_tgt/firebird/examples/package
|
||||||
mkdir -p gen/\$fb_tgt/firebird/examples/stat
|
mkdir -p gen/\$fb_tgt/firebird/examples/stat
|
||||||
mkdir -p gen/\$fb_tgt/firebird/examples/udf
|
mkdir -p gen/\$fb_tgt/firebird/examples/udf
|
||||||
|
@ -40,9 +40,10 @@ you would do the following to create a project from 03.select.pas:
|
|||||||
- Open select.lpr as a project
|
- Open select.lpr as a project
|
||||||
- When prompted choose 'Simple Program' as the project template
|
- When prompted choose 'Simple Program' as the project template
|
||||||
- Go into Project options and add the following paths:
|
- Go into Project options and add the following paths:
|
||||||
/opt/firebird/include/Firebird
|
```
|
||||||
|
/usr/include/Firebird
|
||||||
common
|
common
|
||||||
|
```
|
||||||
You can then compile and run the example through the debugger.
|
You can then compile and run the example through the debugger.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user