in reply to Re: Makefile.PL and *.exe.manifest
in thread Makefile.PL and *.exe.manifest
especially given that I don't know how to assign the appropriate value to $some_critical_value :-)if($Config{cc} eq 'cl' && $cl_version >= $some_critical_value) {$options{clean} = 'check.exe comp.exe version.e +xe check.exe.manifest comp.exe.manifest version.exe.manifest} else {$options{clean} = 'check.exe comp.exe version.exe'}
Running 'perl Makefile.PL' failed to create 'try.exe.manifest'. <sarcasm>And they accuse Microsoft Windows of being arcane !!!</sarcasm>C:\_32>type try.c #include <stdio.h> int main() { printf("Whatever ...\n"); } C:\_32>type Makefile.PL use ExtUtils::MakeMaker; system("cl try.c");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Makefile.PL and *.exe.manifest
by xdg (Monsignor) on Mar 21, 2007 at 14:28 UTC | |
by Corion (Patriarch) on Mar 21, 2007 at 14:30 UTC | |
by BrowserUk (Patriarch) on Mar 21, 2007 at 21:27 UTC | |
by xmath (Hermit) on Mar 21, 2007 at 20:29 UTC |