[pypy-svn] r23575 - pypy/dist/pypy/translator/c/winproj/standalone

tismer at codespeak.net tismer at codespeak.net
Tue Feb 21 21:02:22 CET 2006


Author: tismer
Date: Tue Feb 21 21:02:08 2006
New Revision: 23575

Modified:
   pypy/dist/pypy/translator/c/winproj/standalone/standalone.vcproj
Log:
added files to be permanently in the project.

Modified: pypy/dist/pypy/translator/c/winproj/standalone/standalone.vcproj
==============================================================================
--- pypy/dist/pypy/translator/c/winproj/standalone/standalone.vcproj	(original)
+++ pypy/dist/pypy/translator/c/winproj/standalone/standalone.vcproj	Tue Feb 21 21:02:08 2006
@@ -113,6 +113,109 @@
 	<References>
 	</References>
 	<Files>
+		<Filter
+			Name="permanent"
+			Filter="">
+			<File
+				RelativePath="..\..\src\address.h">
+			</File>
+			<File
+				RelativePath="..\..\src\addrinfo.h">
+			</File>
+			<File
+				RelativePath="..\..\src\char.h">
+			</File>
+			<File
+				RelativePath="..\..\src\debuginfo.h">
+			</File>
+			<File
+				RelativePath="..\..\src\exception.h">
+			</File>
+			<File
+				RelativePath="..\..\src\float.h">
+			</File>
+			<File
+				RelativePath="..\..\src\g_include.h">
+			</File>
+			<File
+				RelativePath="..\..\src\g_prerequisite.h">
+			</File>
+			<File
+				RelativePath="..\..\src\getaddrinfo.c">
+			</File>
+			<File
+				RelativePath="..\..\src\getnameinfo.c">
+			</File>
+			<File
+				RelativePath="..\..\src\int.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll__socket.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_math.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_os.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_osdefs.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_stackless.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_strtod.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_thread.h">
+			</File>
+			<File
+				RelativePath="..\..\src\ll_time.h">
+			</File>
+			<File
+				RelativePath="..\..\src\main.h">
+			</File>
+			<File
+				RelativePath="..\..\src\mem.h">
+			</File>
+			<File
+				RelativePath="..\..\src\mkuint.py">
+			</File>
+			<File
+				RelativePath="..\..\src\module.h">
+			</File>
+			<File
+				RelativePath="..\..\src\pyobj.h">
+			</File>
+			<File
+				RelativePath="..\..\src\rtyper.h">
+			</File>
+			<File
+				RelativePath="..\..\src\stack.h">
+			</File>
+			<File
+				RelativePath="..\..\src\standalone.h">
+			</File>
+			<File
+				RelativePath="..\..\src\support.h">
+			</File>
+			<File
+				RelativePath="..\..\src\thread.h">
+			</File>
+			<File
+				RelativePath="..\..\src\thread_nt.h">
+			</File>
+			<File
+				RelativePath="..\..\src\thread_pthread.h">
+			</File>
+			<File
+				RelativePath="..\..\src\trace.h">
+			</File>
+			<File
+				RelativePath="..\..\src\unichar.h">
+			</File>
+		</Filter>
 		<File
 			RelativePath="..\..\..\..\..\..\..\Documents and Settings\ctismer\Local Settings\Temp\usession-222\testing_1\common_header.h">
 		</File>



More information about the Pypy-commit mailing list