Fix NSIS package name for Windows 64bit.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 22 Oct 2014 15:43:46 +0000 (15:43 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 22 Oct 2014 15:43:46 +0000 (15:43 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1907 01035d8c-6547-0410-b346-abe4f91aad63

codec2/CMakeLists.txt
smartmic/SM1000-PCB/.gitignore [new file with mode: 0644]
smartmic/SM1000-REV-B1/.gitignore [new file with mode: 0644]
smartmic/SM1000-REV-B1/GERBER/.gitignore [new file with mode: 0644]
smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore [new file with mode: 0644]

index bbc74a96580c7e7d935be97b6788a3b10ee5d066..9e2b08d1d4ad05b22af6ab2b5665279ca15c75ba 100644 (file)
@@ -155,6 +155,11 @@ endif(UNITTEST)
 # distribution packaging tools.
 #
 if(WIN32)
+    # Detect if we're doing a 32-bit or 64-bit windows build.
+    if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
+        set(CMAKE_CL_64 TRUE)
+    endif()
+
     configure_file(cmake/GetDependencies.cmake.in cmake/GetDependencies.cmake
         @ONLY
     )
diff --git a/smartmic/SM1000-PCB/.gitignore b/smartmic/SM1000-PCB/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/smartmic/SM1000-REV-B1/.gitignore b/smartmic/SM1000-REV-B1/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/smartmic/SM1000-REV-B1/GERBER/.gitignore b/smartmic/SM1000-REV-B1/GERBER/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore b/smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore
new file mode 100644 (file)
index 0000000..e69de29