mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
15 lines
393 B
Puppet
15 lines
393 B
Puppet
//
|
|
// Config.Cygwin.pp
|
|
//
|
|
// This file defines some custom config variables for the Windows
|
|
// platform, when ppremake has been compiled using Cygwin. It
|
|
// inherits most of its parameters from Config.Win32.pp.
|
|
//
|
|
// *** UNCOMMENT ONE OF THE TWO OPTIONS BELOW FOR 32 OR 64 BIT BUILDS
|
|
|
|
// 32-bit
|
|
#include $[THISDIRPREFIX]Config.Win32.pp
|
|
|
|
// 64-bit
|
|
// #include $[THISDIRPREFIX]Config.Win64.pp
|