2
0
Эх сурвалжийг харах

HAXE_LIBRARY_PATH was renamed to HAXE_STD_PATH.

Bruno Garcia 12 жил өмнө
parent
commit
861d2c1cba
2 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile
  2. 1 0
      doc/CHANGES.txt

+ 1 - 1
Makefile

@@ -34,7 +34,7 @@ MODULES=ast type lexer common genxml parser typecore optimizer typeload \
 codegen gencommon genas3 gencpp genjs genneko genphp genswf8 \
 	genswf9 genswf genjava gencs interp typer matcher dce main
 
-export HAXE_LIBRARY_PATH=$(CURDIR)/std
+export HAXE_STD_PATH=$(CURDIR)/std
 
 all: libs haxe
 

+ 1 - 0
doc/CHANGES.txt

@@ -55,6 +55,7 @@
 	all : added haxe.ds with StringMap, IntMap, HashMap, ObjectMap, Vector, GenericStack
 	all : removed Hash, IntHash and haxe.FastList in favor of the types in haxe.ds
 	all : haxe.xml.Parser now handles entities consistently across platforms
+	all : renamed HAXE_LIBRARY_PATH environment variable to HAXE_STD_PATH
 
 2012-07-16: 2.10
 	java/cs : added two new targets (beta)