| 1 | /* |
|---|
| 2 | ----------------------------------------------------------------------------- |
|---|
| 3 | This source file is part of LEXIExporter |
|---|
| 4 | |
|---|
| 5 | Copyright 2006 NDS Limited |
|---|
| 6 | |
|---|
| 7 | Author(s): |
|---|
| 8 | Mark Folkenberg, |
|---|
| 9 | Bo Krohn |
|---|
| 10 | |
|---|
| 11 | This program is free software; you can redistribute it and/or modify it under |
|---|
| 12 | the terms of the GNU Lesser General Public License as published by the Free Software |
|---|
| 13 | Foundation; either version 2 of the License, or (at your option) any later |
|---|
| 14 | version. |
|---|
| 15 | |
|---|
| 16 | This program is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 17 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|---|
| 18 | FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. |
|---|
| 19 | |
|---|
| 20 | You should have received a copy of the GNU Lesser General Public License along with |
|---|
| 21 | this program; if not, write to the Free Software Foundation, Inc., 59 Temple |
|---|
| 22 | Place - Suite 330, Boston, MA 02111-1307, USA, or go to |
|---|
| 23 | http://www.gnu.org/copyleft/lesser.txt. |
|---|
| 24 | ----------------------------------------------------------------------------- |
|---|
| 25 | */ |
|---|
| 26 | |
|---|
| 27 | #ifndef __NDS_LexiExporter_Includes__ |
|---|
| 28 | #define __NDS_LexiExporter_Includes__ |
|---|
| 29 | |
|---|
| 30 | // |
|---|
| 31 | |
|---|
| 32 | #include "Max.h" |
|---|
| 33 | #include "istdplug.h" |
|---|
| 34 | #include "stdmat.h" |
|---|
| 35 | #include "decomp.h" |
|---|
| 36 | #include "shape.h" |
|---|
| 37 | #include "interpik.h" |
|---|
| 38 | #include "bmmlib.h" |
|---|
| 39 | #include "fltlib.h" |
|---|
| 40 | #include "utilapi.h" |
|---|
| 41 | #include "notify.h" |
|---|
| 42 | #include "imenuman.h" |
|---|
| 43 | |
|---|
| 44 | #include "iparamb2.h" |
|---|
| 45 | #include "iparamm2.h" |
|---|
| 46 | #include "Cs\Phyexp.h" |
|---|
| 47 | #include "Cs\Bipexp.h" |
|---|
| 48 | #include "iskin.h" |
|---|
| 49 | |
|---|
| 50 | // |
|---|
| 51 | |
|---|
| 52 | #pragma comment(linker, "/defaultlib:acap.lib") |
|---|
| 53 | #pragma comment(linker, "/defaultlib:bmm.lib") |
|---|
| 54 | #pragma comment(linker, "/defaultlib:core.lib") |
|---|
| 55 | #pragma comment(linker, "/defaultlib:edmodel.lib") |
|---|
| 56 | #pragma comment(linker, "/defaultlib:expr.lib") |
|---|
| 57 | #pragma comment(linker, "/defaultlib:flilibd.lib") |
|---|
| 58 | #pragma comment(linker, "/defaultlib:flilibh.lib") |
|---|
| 59 | #pragma comment(linker, "/defaultlib:flilibr.lib") |
|---|
| 60 | #pragma comment(linker, "/defaultlib:flt.lib") |
|---|
| 61 | #pragma comment(linker, "/defaultlib:geom.lib") |
|---|
| 62 | #pragma comment(linker, "/defaultlib:gfx.lib") |
|---|
| 63 | #pragma comment(linker, "/defaultlib:gup.lib") |
|---|
| 64 | #pragma comment(linker, "/defaultlib:helpsys.lib") |
|---|
| 65 | #pragma comment(linker, "/defaultlib:maxscrpt.lib") |
|---|
| 66 | #pragma comment(linker, "/defaultlib:maxutil.lib") |
|---|
| 67 | #pragma comment(linker, "/defaultlib:mesh.lib") |
|---|
| 68 | #pragma comment(linker, "/defaultlib:mnmath.lib") |
|---|
| 69 | #pragma comment(linker, "/defaultlib:paramblk2.lib") |
|---|
| 70 | #pragma comment(linker, "/defaultlib:particle.lib") |
|---|
| 71 | #pragma comment(linker, "/defaultlib:tessint.lib") |
|---|
| 72 | #pragma comment(linker, "/defaultlib:viewfile.lib") |
|---|
| 73 | #pragma comment(linker, "/defaultlib:zlibdll.lib") |
|---|
| 74 | |
|---|
| 75 | // |
|---|
| 76 | |
|---|
| 77 | #endif // __NDS_LexiExporter_Includes__ |
|---|