[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] site win.pcf,1.11,1.12
From:       jgordon () helixcommunity ! org
Date:       2012-03-29 21:51:04
[Download RAW message or body]

Update of /cvsroot/video/site
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6641

Modified Files:
	win.pcf 
Log Message:
Remove link dependency on ddraw.lib


Index: win.pcf
===================================================================
RCS file: /cvsroot/video/site/win.pcf,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- win.pcf	1 Apr 2010 15:20:11 -0000	1.11
+++ win.pcf	29 Mar 2012 21:51:00 -0000	1.12
@@ -72,9 +72,14 @@
 if 'wince' not in sysinfo.family_list:
 	project.addLibpaths(os.path.join(GetSDKPath("dxsdk"), "lib", "x86"))
 	project.addLibpaths(os.path.join(GetSDKPath("dxsdk"), "lib"))
-	project.AddSystemLibraries("ddraw.lib")
 	project.AddIncludes(GetSDKPath("dxsdk") + '/include')
 
+	# ddraw.lib is no longer shipping with DirectX or WindowsSDK.
+	# But it appears we are not using it anyway!!
+	# Probably needs more investigation, but for now I am just
+	# taking out the linkage.
+	#project.AddSystemLibraries("ddraw.lib")
+
 project.AddSources("platform/win/dlliids.cpp",
                    "platform/win/dllmain.cpp",
                    "platform/win/site.rc")


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic