From 72692f55dcdf6b5773f22c159c95823f0c231a50 Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Wed, 22 Oct 2014 15:43:46 +0000 Subject: [PATCH] Fix NSIS package name for Windows 64bit. git-svn-id: https://svn.code.sf.net/p/freetel/code@1907 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/CMakeLists.txt | 5 +++++ smartmic/SM1000-PCB/.gitignore | 0 smartmic/SM1000-REV-B1/.gitignore | 0 smartmic/SM1000-REV-B1/GERBER/.gitignore | 0 smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore | 0 5 files changed, 5 insertions(+) create mode 100644 smartmic/SM1000-PCB/.gitignore create mode 100644 smartmic/SM1000-REV-B1/.gitignore create mode 100644 smartmic/SM1000-REV-B1/GERBER/.gitignore create mode 100644 smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore diff --git a/codec2/CMakeLists.txt b/codec2/CMakeLists.txt index bbc74a96..9e2b08d1 100644 --- a/codec2/CMakeLists.txt +++ b/codec2/CMakeLists.txt @@ -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 index 00000000..e69de29b diff --git a/smartmic/SM1000-REV-B1/.gitignore b/smartmic/SM1000-REV-B1/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/smartmic/SM1000-REV-B1/GERBER/.gitignore b/smartmic/SM1000-REV-B1/GERBER/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore b/smartmic/SM1000-REV-B1/RELEASE-REV-B1/.gitignore new file mode 100644 index 00000000..e69de29b -- 2.25.1