Browse Source

* Add current packages to pas2js command-line

michael 6 years ago
parent
commit
a2c6993120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo/Makefile

+ 1 - 1
demo/Makefile

@@ -14,7 +14,7 @@ COMPILERUNITPATH=$(BASEDIR)/compat;$(BASEDIR)/fcl-json/src;$(BASEDIR)/fcl-passrc
 endif
 endif
   
   
 .PHONY: $(TARGETS)
 .PHONY: $(TARGETS)
-P2JS=pas2js
+P2JS=pas2js -Fu../packages/*
 
 
 all: $(TARGETS)
 all: $(TARGETS)