mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
rename .in files for debug builds
This commit is contained in:
parent
a5b370235b
commit
4e64da0311
@ -348,7 +348,7 @@
|
||||
// the target is not to be interrogated.
|
||||
#defer get_igatedb \
|
||||
$[if $[and $[run_interrogate],$[IGATESCAN]], \
|
||||
lib$[TARGET].in]
|
||||
lib$[TARGET]$[dllext].in]
|
||||
|
||||
// This variable returns the name of the interrogate code file
|
||||
// that will be generated for a particular target, or empty string if
|
||||
@ -762,6 +762,14 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
|
||||
|
||||
// Set up the correct interrogate options.
|
||||
|
||||
// $[dllext] is redefined in the Windows Global.platform.pp files to
|
||||
// the string _d if we are building a debug tree. This is inserted
|
||||
// into the .dll and .in filenames before the extension to make a
|
||||
// runtime distinction between debug and non-debug builds. For now,
|
||||
// we make a global definition to empty string, since non-Windows
|
||||
// platforms will leave this empty.
|
||||
#define dllext
|
||||
|
||||
// Caution! interrogate_ipath might be redefined in the
|
||||
// Global.platform.pp file.
|
||||
#defer interrogate_ipath $[target_ipath:%=-I%]
|
||||
|
Loading…
x
Reference in New Issue
Block a user