auto-link.hpp /usr/include/gecode/driver.hh /usr/include/gecode/flatzinc.hh /usr/include/gecode/float.hh /usr/include/gecode/gist/qtgist.hh /usr/include/gecode/gist.hh /usr/include/gecode/int.hh /usr/include/gecode/kernel.hh /usr/include/gecode/minimodel.hh /usr/include/gecode/search.hh /usr/include/gecode/set.hh /usr/include/gecode/support.hh /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,2008 * *Lastmodified: *$Date:2008-09-0309:42:23+0200(Wed,03Sep2008)$by$Author:tack$ *$Revision:7781$ * *ThisfileispartofGecode,thegenericconstraint *developmentenvironment: *http://www.gecode.org * *Permissionisherebygranted,freeofcharge,toanypersonobtaining *acopyofthissoftwareandassociateddocumentationfiles(the *"Software"),todealintheSoftwarewithoutrestriction,including *withoutlimitationtherightstouse,copy,modify,merge,publish, *distribute,sublicense,and/orsellcopiesoftheSoftware,andto *permitpersonstowhomtheSoftwareisfurnishedtodoso,subjectto *thefollowingconditions: * *Theabovecopyrightnoticeandthispermissionnoticeshallbe *includedinallcopiesorsubstantialportionsoftheSoftware. * *THESOFTWAREISPROVIDED"ASIS",WITHOUTWARRANTYOFANYKIND, *EXPRESSORIMPLIED,INCLUDINGBUTNOTLIMITEDTOTHEWARRANTIESOF *MERCHANTABILITY,FITNESSFORAPARTICULARPURPOSEAND *NONINFRINGEMENT.INNOEVENTSHALLTHEAUTHORSORCOPYRIGHTHOLDERSBE *LIABLEFORANYCLAIM,DAMAGESOROTHERLIABILITY,WHETHERINANACTION *OFCONTRACT,TORTOROTHERWISE,ARISINGFROM,OUTOFORINCONNECTION *WITHTHESOFTWAREORTHEUSEOROTHERDEALINGSINTHESOFTWARE. * */ /* *Defineauto-linkingforMSVC * */ #ifdefined(_MSC_VER) #ifdefined(_M_IX86) #defineGECODE_DLL_PLATFORM"x86" #elifdefined(_M_IA64) #defineGECODE_DLL_PLATFORM"ia64" #elifdefined(_M_X64) #defineGECODE_DLL_PLATFORM"x64" #else #errorUnsupportedplatform. #endif #ifdefined(_DEBUG) #defineGECODE_DLL_RELEASE"d" #else #defineGECODE_DLL_RELEASE"r" #endif #pragmacomment(lib,\ GECODE_DLL_USERPREFIX"Gecode"GECODE_LIBRARY_NAME\ "-"GECODE_LIBRARY_VERSION\ "-"GECODE_DLL_RELEASE"-"GECODE_DLL_PLATFORMGECODE_DLL_USERSUFFIX) #undefGECODE_DLL_PLATFORM #undefGECODE_DLL_RELEASE #endif #undefGECODE_LIBRARY_NAME //STATISTICS:support-any