mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
10 lines
269 B
Puppet
10 lines
269 B
Puppet
//
|
|
// Config.Cygwin64.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.Win64.pp.
|
|
//
|
|
|
|
// 32-bit
|
|
#include $[THISDIRPREFIX]Config.Win64.pp
|