Skip to content

Commit

Permalink
Comment out net for now ... Less deps problems that way
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rodo committed Mar 20, 2010
1 parent 984d4f5 commit bd810d0
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -352,34 +352,34 @@ my %subsystems =
},
libraries => [qw( SDL SDL_image jpeg png )],
},
Net => {
file => {
from => 'src/Net/Net.xs',
to => 'lib/SDL/Net.xs',
},
libraries => [qw( SDL SDL_net )],
},
TCP => {
file => {
from => 'src/Net/TCP.xs',
to => 'lib/SDL/Net/TCP.xs',
},
libraries => [qw( SDL SDL_net )],
},
UDP => {
file => {
from => 'src/Net/UDP.xs',
to => 'lib/SDL/Net/UDP.xs',
},
libraries => [qw( SDL SDL_net )],
},
IPaddress => {
file => {
from => 'src/Net/objects/IPaddress.xs',
to => 'lib/SDL/Net/IPaddress.xs',
},
libraries => [qw( SDL SDL_net )],
},
# Net => {
# file => {
# from => 'src/Net/Net.xs',
# to => 'lib/SDL/Net.xs',
# },
# libraries => [qw( SDL SDL_net )],
# },
# TCP => {
# file => {
# from => 'src/Net/TCP.xs',
# to => 'lib/SDL/Net/TCP.xs',
# },
# libraries => [qw( SDL SDL_net )],
# },
# UDP => {
# file => {
# from => 'src/Net/UDP.xs',
# to => 'lib/SDL/Net/UDP.xs',
# },
# libraries => [qw( SDL SDL_net )],
# },
# IPaddress => {
# file => {
# from => 'src/Net/objects/IPaddress.xs',
# to => 'lib/SDL/Net/IPaddress.xs',
# },
# libraries => [qw( SDL SDL_net )],
# },

);

Expand All @@ -405,11 +405,11 @@ my %libraries = (
header => 'SDL_mixer.h',
lib => 'SDL_mixer',
},
SDL_net => {
define => 'HAVE_SDL_NET',
header => 'SDL_net.h',
lib => 'SDL_net',
},
# SDL_net => {
# define => 'HAVE_SDL_NET',
# header => 'SDL_net.h',
# lib => 'SDL_net',
# },
SDL_ttf => {
define => 'HAVE_SDL_TTF',
header => 'SDL_ttf.h',
Expand Down

0 comments on commit bd810d0

Please sign in to comment.