~ubuntu-branches/ubuntu/oneiric/lmms/oneiric

« back to all changes in this revision

Viewing changes to cmake/modules/Win64Toolchain.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Артём Попов
  • Date: 2011-02-14 20:58:36 UTC
  • mfrom: (1.1.10 upstream) (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110214205836-2u41xus1d2mj8nfz
Tags: 0.4.10-1ubuntu1
* Merge from debian unstable (LP: #718801).  Remaining changes:
  - Replace build-dep on libwine-dev with wine1.2-dev to build
    against the newer Wine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SET(MINGW_PREFIX /opt/mingw64)
 
2
SET(MINGW_PREFIX32 /opt/mingw32)
2
3
 
3
4
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
 
5
SET(CMAKE_SYSTEM_PROCESSOR32 i686)
4
6
 
5
7
SET(WIN64 TRUE)
6
8