pas2js.cfg 362 B

123456789101112131415161718192021222324
  1. #
  2. # Config file for pas2js compiler
  3. #
  4. # not yet implemented: -d is the same as #DEFINE
  5. # not yet implemented: -u is the same as #UNDEF
  6. # Write always a nice logo ;)
  7. -l
  8. # Display Hints, Warnings and Notes
  9. -vwnh
  10. # If you don't want so much verbosity use
  11. #-vw
  12. #IFDEF nodejs
  13. -Ji$CfgDir/dist/rtl.js
  14. #ENDIF
  15. -Fu$CfgDir/dist
  16. -Fu$CfgDir/../../../packages/*
  17. # end.