# # Hints for Windows platforms. # use Config; # Ensure we're using /TP $self->{DEFINE} .= " /TP"; # Make sure we're not linking with -debug on Windows as the linker chokes # (the Perforce API is assumed to not be a debug build). $self->{LDDLFLAGS} = $Config{ 'lddlflags' }; $self->{LDDLFLAGS} =~ s/ -debug//g; # # Hint that our OS name is 'NT' rather than anything else # $self->{P4PERL_OS_HINT} = "NT"; $self->{P4PERL_OSVER_HINT} = "";
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 7615 | Robert Cowham | Bring to main | ||
//guest/robert_cowham/perforce/API/p4perl/p4perl-2007.3/hints/mswin32.pl | |||||
#1 | 7614 | Robert Cowham | P4Perl 2007.3 |