소스 검색

neko include

Nicolas Cannasse 20 년 전
부모
커밋
282a3a74a9
2개의 변경된 파일15개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 0
      genneko.ml
  2. 13 3
      haxe.vcproj

+ 2 - 0
genneko.ml

@@ -18,6 +18,8 @@
  *)
 open Ast
 open Type
+open Nast
+open Nxml
 
 let generate file types =
 	()

+ 13 - 3
haxe.vcproj

@@ -38,12 +38,22 @@
 	<References>
 	</References>
 	<Files>
+		<Filter
+			Name="neko"
+			Filter="">
+			<File
+				RelativePath=".\genneko.ml">
+			</File>
+			<File
+				RelativePath="..\neko\libs\include\ocaml\nast.ml">
+			</File>
+			<File
+				RelativePath="..\neko\libs\include\ocaml\nxml.ml">
+			</File>
+		</Filter>
 		<File
 			RelativePath=".\ast.ml">
 		</File>
-		<File
-			RelativePath=".\genneko.ml">
-		</File>
 		<File
 			RelativePath=".\genswf.ml">
 		</File>