cdarke has asked for the wisdom of the Perl Monks concerning the following question:
This generates a Makefile where the target, Dll, can be built using nmake Dll. How do I arrange Makefile.PL so that this target is included in nmake all?sub MY::postamble { return <<'MAKE_FRAG'; Dll: EnvProcessDll.c $(CC) $(CCFLAGS) EnvProcessDll.c /link /OUT:.\$(INST_ARCHLIB)\aut +o\$(FULLEXT)\EnvProcessDll.$(SO) -dll MAKE_FRAG }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MakeMaker tailoring
by randyk (Parson) on Jan 24, 2008 at 04:18 UTC | |
by cdarke (Prior) on Jan 24, 2008 at 13:30 UTC | |
by roboticus (Chancellor) on Jan 24, 2008 at 13:45 UTC | |
by cdarke (Prior) on Jan 24, 2008 at 14:00 UTC | |
by randyk (Parson) on Jan 24, 2008 at 16:25 UTC | |
by cdarke (Prior) on Jan 24, 2008 at 19:57 UTC | |
by roboticus (Chancellor) on Jan 24, 2008 at 22:24 UTC |