-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.pref
31 lines (26 loc) · 936 Bytes
/
Makefile.pref
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ____ ___ | / _____ _____
# | __ | |___/ | |
# |___| ___| | \ __|__ | gsKit Open Source Project.
# ----------------------------------------------------------------------
# Copyright 2004 - Chris "Neovanglist" Gilbert <Neovanglist@LainOS.org>
# Licenced under Academic Free License version 2.0
# Review gsKit README & LICENSE files for further details.
#
# Makefile.pref - Local path definitions.
#
####################################################
# Change the settings, so they match yours
####################################################
include $(PS2SDK)/Defs.make
ifeq (x$(GSKIT), x)
GSKIT = $(PS2DEV)/gsKit
endif
LIBGSKIT = $(GSKITSRC)/lib/libgskit.a
LIBDMAKIT = $(GSKITSRC)/lib/libdmakit.a
LIBGSKIT_TOOLKIT = $(GSKITSRC)/lib/libgskit_toolkit.a
#GSKIT_DEBUG = 1
LIBJPEG = $(PS2SDK)/ports
LIBTIFF = $(PS2SDK)/ports
LIBPNG = $(PS2SDK)/ports
ZLIB = $(PS2SDK)/ports
PS2_IP = 192.168.1.12