blob: e7c53757d2b66e51b983558952e0cf7839b6eea5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Definition of macros for library, and C startup code.
osedir = $(osrdir)$(DIRSEPSTR)$(OSENVIRONMENT)
LDLIBS = e:/cc/borland/tcc20/lib/c$(MODEL)
CSTARTUP = e:/cc/borland/tcc20/lib/c0$(MODEL).obj
CFLAGS += -I$(osedir) -f-
# Case of identifiers is significant
NDB_LDFLAGS += -c
|