Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
heliosroots committed Nov 14, 2018
1 parent c9d740c commit 8fa782a
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#

# Delphi compiler-generated binaries (safe to delete)
*.exe
#*.exe
*.dll
*.bpl
*.bpi
Expand All @@ -46,7 +46,7 @@
*.ocx

# Delphi autogenerated files (duplicated info)
*.cfg
#.cfg
*.hpp
*Resource.rc

Expand Down
28 changes: 28 additions & 0 deletions pas2js/linux/pas2js.cfg
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.
28 changes: 28 additions & 0 deletions pas2js/win32/pas2js.cfg
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 added pas2js/win32/pas2js.exe
Binary file not shown.
Binary file added pas2js/win32/pas2js_build.exe
Binary file not shown.

0 comments on commit 8fa782a

Please sign in to comment.