fpc/utils/pas2js/pas2js.cfg
michael 8342c502c5 * Initial check-in of pas2js changes
git-svn-id: trunk@37749 -
2017-12-16 15:55:10 +00:00

27 lines
413 B
INI

#
# Config file for pas2js compiler
#
# not yet implemented: -d is the same as #DEFINE
# not yet implemented: -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
-Fu$CfgDir/../rtl
-Fu$CfgDir/../packages/fcl-base
-Fu$CfgDir/../packages/fcl-db
-Fu$CfgDir/../packages/fpcunit
#IFDEF nodejs
-Jirtl.js
#ENDIF
# end.