瀏覽代碼

Update haxe.hxproj (#5398)

This is useful to find types only in std
Mark Knol 9 年之前
父節點
當前提交
03ca609493
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>