mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
nodefaultlib:libci.lib suggested by jason pratt
This commit is contained in:
parent
881c8a459b
commit
2d6d9eac69
@ -33,6 +33,9 @@
|
||||
// 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
|
||||
|
||||
// Added to avoid old iostream reference problems
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
|
||||
|
||||
// for mixed intel/msvc build, add these
|
||||
// #define EXTRA_LIBPATH /ia32/lib
|
||||
// #define EXTRA_INCPATH /ia32/include
|
||||
@ -123,6 +126,9 @@
|
||||
// Note: all Opts will link w/debug info now
|
||||
#define LINKER_FLAGS /DEBUG $[PROFILE_FLAG] /MAP $[MAPINFOFLAGS] /fixed:no /incremental:no
|
||||
|
||||
// Added to avoid old iostream reference problems
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
|
||||
|
||||
// in case we have mixed intel/msvc build
|
||||
// #define EXTRA_LIBPATH /ia32/lib
|
||||
// #define EXTRA_INCPATH /ia32/include
|
||||
@ -172,6 +178,9 @@
|
||||
// Note: all Opts will link w/debug info now
|
||||
#define LINKER_FLAGS /DEBUG /DEBUGTYPE:CV $[PROFILE_FLAG] /MAP $[MAPINFOFLAGS] /fixed:no /incremental:no
|
||||
|
||||
// Added to avoid old iostream reference problems
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
|
||||
|
||||
// ensure pdbs are copied to install dir
|
||||
#define build_pdbs yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user