Revision: 4180
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4180&view=rev
Author:   atkac
Date:     2010-11-02 08:15:47 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
[Bugfix] Pass correct include path (-I) to nasm.

Modified Paths:
--------------
    trunk/common/jpeg/simd/CMakeLists.txt

Modified: trunk/common/jpeg/simd/CMakeLists.txt
===================================================================
--- trunk/common/jpeg/simd/CMakeLists.txt       2010-11-02 08:12:55 UTC (rev 
4179)
+++ trunk/common/jpeg/simd/CMakeLists.txt       2010-11-02 08:15:47 UTC (rev 
4180)
@@ -3,10 +3,10 @@
 endif()
 
 if(SIMD_X86_64)
-  set(NAFLAGS -fwin64 -DWIN64 -D__x86_64__ -I${CMAKE_SOURCE_DIR}/win/
+  set(NAFLAGS -fwin64 -DWIN64 -D__x86_64__ 
-I${CMAKE_CURRENT_SOURCE_DIR}/../win/
     -I${CMAKE_CURRENT_SOURCE_DIR}/)
 else()
-  set(NAFLAGS -fwin32 -DWIN32 -I${CMAKE_SOURCE_DIR}/win/
+  set(NAFLAGS -fwin32 -DWIN32 -I${CMAKE_CURRENT_SOURCE_DIR}/../win/
     -I${CMAKE_CURRENT_SOURCE_DIR}/)
 endif()
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to