Browse Source

Update haxe.hxproj (#5398)

This is useful to find types only in std
Mark Knol 9 năm trước cách đây
mục cha
commit
03ca609493
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      haxe.hxproj

+ 2 - 2
haxe.hxproj

@@ -15,7 +15,7 @@
   </output>
   <!-- Other classes to be compiled into your SWF -->
   <classpaths>
-    <!-- example: <class path="..." /> -->
+    <class path="std" />
   </classpaths>
   <!-- Build options -->
   <build>
@@ -320,4 +320,4 @@
   </options>
   <!-- Plugin storage -->
   <storage />
-</project>
+</project>