mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +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;
|