fpc/utils/pas2js/pas2js.cfg
Mattias Gaertner b307930443 pas2js: updated cfg
git-svn-id: trunk@37779 -
2017-12-21 22:08:37 +00:00

22 lines
314 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
#IFDEF nodejs
-Ji$CfgDir/dist/rtl.js
#ENDIF
# end.