open_toontown_panda3d/direct/src/ffi/Sources.pp

12 lines
362 B
Puppet

#define INSTALL_SCRIPTS genPyCode.py
// If we're on Win32 without Cygwin, install the genPyCode.bat file;
// for all other platforms, install the genPyCode sh script.
#if $[eq $[PLATFORM],Win32]
#define INSTALL_SCRIPTS $[INSTALL_SCRIPTS] genPyCode.bat
#else
#define INSTALL_SCRIPTS $[INSTALL_SCRIPTS] genPyCode
#endif
#include $[THISDIRPREFIX]genPyCode.pp