mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
copy pdbs to install dir
This commit is contained in:
parent
456e33dca4
commit
94273e7f88
@ -99,14 +99,6 @@
|
||||
#defer LDFLAGS_OPT3 $[LINKER_FLAGS] $[LDFLAGS_OPT3]
|
||||
#defer LDFLAGS_OPT4 $[LINKER_FLAGS] $[LDFLAGS_OPT4]
|
||||
|
||||
// $[build_pdbs] will be nonempty (true) if we should expect to
|
||||
// generate a .pdb file when we build a DLL or EXE.
|
||||
#if $[eq $[USE_COMPILER], MSVC]
|
||||
#define build_pdbs yes
|
||||
#else
|
||||
#define build_pdbs
|
||||
#endif
|
||||
|
||||
// $[dllext] will be "_d" for debug builds, and empty for non-debug
|
||||
// builds. This is the extra bit of stuff we tack on to the end of a
|
||||
// dll name. We name the debug dll's file_d.dll, partly to be
|
||||
|
@ -101,15 +101,6 @@
|
||||
#defer LDFLAGS_OPT3 $[LINKER_FLAGS] $[LDFLAGS_OPT3]
|
||||
#defer LDFLAGS_OPT4 $[LINKER_FLAGS] $[LDFLAGS_OPT4]
|
||||
|
||||
// $[build_pdbs] will be nonempty (true) if we should expect to
|
||||
// generate a .pdb file when we build a DLL or EXE.
|
||||
// we now build pdb for all Opt values
|
||||
#if $[eq $[USE_COMPILER], MSVC]
|
||||
#define build_pdbs yes
|
||||
#else
|
||||
#define build_pdbs
|
||||
#endif
|
||||
|
||||
// $[dllext] will be "_d" for debug builds, and empty for non-debug
|
||||
// builds. This is the extra bit of stuff we tack on to the end of a
|
||||
// dll name. We name the debug dll's file_d.dll, partly to be
|
||||
|
@ -41,6 +41,9 @@
|
||||
#define EXTRA_CDEFS FORCE_INLINING $[EXTRA_CDEFS]
|
||||
#endif
|
||||
|
||||
// ensure pdbs are copied to install dir
|
||||
#define build_pdbs yes
|
||||
|
||||
#elif $[eq $[USE_COMPILER], MSVC7]
|
||||
|
||||
#define COMPILER cl
|
||||
@ -105,6 +108,9 @@
|
||||
// #define EXTRA_LIBPATH /ia32/lib
|
||||
// #define EXTRA_INCPATH /ia32/include
|
||||
|
||||
// ensure pdbs are copied to install dir
|
||||
#define build_pdbs yes
|
||||
|
||||
#elif $[eq $[USE_COMPILER], INTEL]
|
||||
#define COMPILER icl
|
||||
#define LINKER xilink
|
||||
@ -147,6 +153,9 @@
|
||||
// Note: all Opts will link w/debug info now
|
||||
#define LINKER_FLAGS /DEBUG /DEBUGTYPE:CV $[PROFILE_FLAG] /MAP $[MAPINFOFLAGS] /fixed:no /incremental:no
|
||||
|
||||
// ensure pdbs are copied to install dir
|
||||
#define build_pdbs yes
|
||||
|
||||
#elif $[eq $[USE_COMPILER], BOUNDS] // NuMega BoundsChecker
|
||||
#define COMPILER nmcl
|
||||
#define LINKER nmlink
|
||||
@ -195,3 +204,4 @@
|
||||
#if $[PREPROCESSOR_OUTPUT]
|
||||
#define END_CFLAGS $[END_CFLAGS] /E
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user