Changeset 39:f9c840ac038d in xplcommon for src/xplcommon/Makefile.am


Ignore:
Timestamp:
01/03/13 09:07:56 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the possibility to distinguish between 32-bit and 64-bit Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r38 r39  
    22
    33SUBDIRS=
     4
    45if TARGET_API_POSIX
    56SUBDIRS+=posix
     
    1112SUBDIRS+=win32
    1213AM_CPPFLAGS=-DIBM
    13 AM_LDFLAGS=@XPSDK_LDFLAGS@ -lXPLM -no-undefined
     14AM_LDFLAGS=@XPSDK_LDFLAGS@ -no-undefined
     15if TARGET_API_WIN64
     16AM_LDFLAGS+=-lXPLM_64
     17else
     18AM_LDFLAGS+=-lXPLM
     19endif
    1420endif
    1521
Note: See TracChangeset for help on using the changeset viewer.