# # Hints for Win32. Shouldn't be required but I can't get MakeMaker to # pass down CCFLAGS correctly from the parent dir so we have to do it # this way. Yuk, but it works. # use Config; $self->{CCFLAGS} = $Config{'ccflags'} . " /TP ";
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1011 | Tony Smith |
Moved Perl API stuff one level down to make way for upcoming Ruby interface. |
||
//guest/tony_smith/perforce/API/P4-Client/lib/hints/mswin32.pl | |||||
#1 | 549 | Tony Smith |
Renamed the working directory to P4-Client as I've discovered that MakeMaker is quite happy with that and doesn't require a version number in the directory name. |
||
//guest/tony_smith/perforce/API/P4-Client-0.51/lib/hints/mswin32.pl | |||||
#1 | 527 | Tony Smith | Release P4::Client version 0.51 with Win32 support | ||
//guest/tony_smith/perforce/API/P4-Client-0.50/lib/hints/mswin32.pl | |||||
#1 | 526 | Tony Smith | Initial port of P4::Client interface to Win32. |