mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
fix for intel cl
This commit is contained in:
parent
c905077f82
commit
ec3d761251
@ -73,6 +73,9 @@
|
|||||||
// We assume the Intel compiler installation dir is mounted as /ia32.
|
// We assume the Intel compiler installation dir is mounted as /ia32.
|
||||||
#define EXTRA_LIBPATH /ia32/lib
|
#define EXTRA_LIBPATH /ia32/lib
|
||||||
#define EXTRA_INCPATH /ia32/include
|
#define EXTRA_INCPATH /ia32/include
|
||||||
|
|
||||||
|
// Note: all Opts will link w/debug info now
|
||||||
|
#define LINKER_FLAGS /DEBUG /DEBUGTYPE:CV $[PROFILE_FLAG] /MAP $[MAPINFOFLAGS] /fixed:no /incremental:no /WARN:3
|
||||||
#else
|
#else
|
||||||
#error Invalid value specified for USE_COMPILER.
|
#error Invalid value specified for USE_COMPILER.
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user