Subversion Repositories Kolibri OS

Rev

Rev 6764 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6764 Rev 6775
Line 18... Line 18...
18
#               emulation environment.
18
#               emulation environment.
19
SDK_DIR:= $(abspath ../../../contrib/sdk)
19
SDK_DIR:= $(abspath ../../../contrib/sdk)
20
NOASM=1
20
NOASM=1
21
CC_CPU_OPT=-march=pentium 
21
CC_CPU_OPT=-march=pentium
22
#USEZLIB=1
22
#USEZLIB=1
23
#DEBUG=1
23
DEBUG=1
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
 
25
 
Line 162... Line 162...
162
# (GCC 2.95 and newer does not require the system library specifications)
162
# (GCC 2.95 and newer does not require the system library specifications)
163
# -lapp only for gcc 4.8
163
# -lapp only for gcc 4.8
164
ifdef USEZLIB
164
ifdef USEZLIB
165
LD_RELEASE_LIBS = -lz -lgcc -ldll -lc.dll -lapp
165
LD_RELEASE_LIBS = -lz -lgcc -ldll -lc.dll -lapp
166
else
166
else
167
LD_RELEASE_LIBS = -lgcc -ldll -lc.dll -lapp
167
LD_RELEASE_LIBS = -lgcc -ldll -lc.dll
168
endif
168
endif
169
LD_DEBUG_LIBS = $(LD_RELEASE_LIBS)
169
LD_DEBUG_LIBS = $(LD_RELEASE_LIBS)
Line 170... Line 170...
170
 
170