-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9d740c
commit 8fa782a
Showing
5 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
# Minimal config file for pas2js compiler | ||
# | ||
# -d is the same as #DEFINE | ||
# -u is the same as #UNDEF | ||
# | ||
# Write always a nice logo ;) | ||
# -l | ||
|
||
# Display Hints, Warnings and Notes | ||
-vwnh | ||
# If you don't want so much verbosity use | ||
#-vw | ||
|
||
# Allow C-operators | ||
-Sc | ||
|
||
-Fu$CfgDir\..\packages\rtl | ||
-Fu$CfgDir\..\packages\fcl-base | ||
-Fu$CfgDir\..\packages\fcl-db | ||
-Fu$CfgDir\..\packages\fpcunit | ||
-Fu$CfgDir\..\packages\widget | ||
|
||
#IFDEF nodejs | ||
-Jirtl.js | ||
#ENDIF | ||
|
||
# end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
# Minimal config file for pas2js compiler | ||
# | ||
# -d is the same as #DEFINE | ||
# -u is the same as #UNDEF | ||
# | ||
# Write always a nice logo ;) | ||
# -l | ||
|
||
# Display Hints, Warnings and Notes | ||
-vwnh | ||
# If you don't want so much verbosity use | ||
#-vw | ||
|
||
# Allow C-operators | ||
-Sc | ||
|
||
-Fu$CfgDir\..\packages\rtl | ||
-Fu$CfgDir\..\packages\fcl-base | ||
-Fu$CfgDir\..\packages\fcl-db | ||
-Fu$CfgDir\..\packages\fpcunit | ||
-Fu$CfgDir\..\packages\widget | ||
|
||
#IFDEF nodejs | ||
-Jirtl.js | ||
#ENDIF | ||
|
||
# end. |
Binary file not shown.
Binary file not shown.