summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4af93c)
raw | patch | inline | side by side (parent: f4af93c)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 Mar 2009 08:02:38 +0000 (08:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 Mar 2009 08:02:38 +0000 (08:02 +0000) |
on freebsd ntmake.PL gets called automatically during build. This is not
desired. I renamed the file to ntmake-build sinc it gets called
explicilty on windows anyway. Reported by Kevin modified by Tobi
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1757 a5681a0c-68f1-0310-ab6d-d61299d08faa
desired. I renamed the file to ntmake-build sinc it gets called
explicilty on windows anyway. Reported by Kevin modified by Tobi
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1757 a5681a0c-68f1-0310-ab6d-d61299d08faa
WIN32-BUILD-TIPS.txt | patch | blob | history | |
bindings/Makefile.am | patch | blob | history | |
bindings/perl-shared/MANIFEST | patch | blob | history | |
bindings/perl-shared/ntmake-build | [new file with mode: 0644] | patch | blob |
bindings/perl-shared/ntmake.PL | [deleted file] | patch | blob | history |
diff --git a/WIN32-BUILD-TIPS.txt b/WIN32-BUILD-TIPS.txt
index 7d731c830c5f0e9ddfb34540021fe02f682e36ef..13796e4dbfe6758143bfdb26111fb2c9bc879e21 100644 (file)
--- a/WIN32-BUILD-TIPS.txt
+++ b/WIN32-BUILD-TIPS.txt
(8) Run vcvars32.bat; this batch file, in your vc98\bin directory will
set necessary environment options for command line compiling.
(9) In bindings\perl-shared, run
-perl ntmake.pl
+perl ntmake-build
nmake
nmake test
If nmake test succeeds, you are good to go. RRDs.dll is in
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index fd53f420624edcc079f7a777cd22be1546d5ce2f..30e4ba8523f001b0bbcff8b236853240be50758b 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
# the following files are not mentioned in any other Makefile
EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \
- perl-shared/ntmake.PL perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \
+ perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \
ruby/CHANGES ruby/README ruby/extconf.rb ruby/main.c ruby/test.rb \
python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrd_extra.h python/rrdtoolmodule.c python/setup.py
index 664d2315a9bcef8fbdf67c4efebe73a3cf6802c2..0f30b7eb29a8e2d0466e722785b8148e0740da19 100644 (file)
-ntmake.pl
+ntmake-build
MANIFEST
README
Makefile.PL
diff --git a/bindings/perl-shared/ntmake-build b/bindings/perl-shared/ntmake-build
diff --git a/bindings/perl-shared/ntmake.PL b/bindings/perl-shared/ntmake.PL