Changeset 1:36cf4d98558c in xplra for configure.ac


Ignore:
Timestamp:
01/03/13 09:09:43 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Some further development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r0 r1  
    1616
    1717AM_CONDITIONAL([TARGET_API_WIN32], test $_target_win32 -eq 0)
     18AM_CONDITIONAL([TARGET_API_WIN64], test $_target_win32 -eq 0 -a "$host_cpu" = "x86_64")
    1819AM_CONDITIONAL([TARGET_API_POSIX], test $_target_win32 -ne 0)
    1920if test $_target_win32 -eq 0; then
     21   if test "$host_cpu" = "x86_64"; then
     22       AC_DEFINE([TARGET_API_WIN64], [1], [Define if the target is the 64-bit Win32 API.])
     23   fi
    2024   AC_DEFINE([TARGET_API_WIN32], [1], [Define if the target is the Win32 API.])
    2125else
Note: See TracChangeset for help on using the changeset viewer.