Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / utils / pas2js / pas2js.cfg
Size: Mime:
#
# 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

-Fu$CfgDir/dist
-Fu$CfgDir/../../../packages/*

# end.