diff options
Diffstat (limited to 'games-roguelike/slashem/files/0.0.7E6/Proxy.configure')
-rw-r--r-- | games-roguelike/slashem/files/0.0.7E6/Proxy.configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games-roguelike/slashem/files/0.0.7E6/Proxy.configure b/games-roguelike/slashem/files/0.0.7E6/Proxy.configure new file mode 100644 index 000000000000..56e79cbf3fcb --- /dev/null +++ b/games-roguelike/slashem/files/0.0.7E6/Proxy.configure @@ -0,0 +1,24 @@ +configure config_h $toplevel/include/config.h +BEGIN + define PROXY_GRAPHICS +END + +configure src_Makefile $toplevel/src/Makefile +BEGIN + define WINPROXYSRC + define PROXYUTLSRC + define PROXYCOMSRC + define PROXYCLNTSRC + + define WINPROXYOBJ + define PROXYUTLOBJ + define PROXYCOMOBJ + define PROXYCLNTOBJ + + define WINPROXYLIB +END + +configure Makefile $toplevel/Makefile +BEGIN + define CNF_SHARE_PROXYND +END |