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