mirror of
https://github.com/mirror/make.git
synced 2024-12-28 05:40:10 +08:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
|
# This is a -*-perl-*- script
|
||
|
#
|
||
|
# Set variables for Windows systems.
|
||
|
|
||
|
%CONFIG_FLAGS = (
|
||
|
USE_SYSTEM_GLOB => 'no'
|
||
|
);
|
||
|
|
||
|
1;
|