1 # Definition of macros for library, and C startup code.
2 osedir
= $(osrdir
)$(DIRSEPSTR
)$(OSENVIRONMENT
)
4 .IMPORT .IGNORE
: MSC_VER
9 NDB_CFLAGS
+= -Od
-GF
-Ge
13 # Redefine rule for making our objects, we don't need mv
14 %$O : %.c
;% $(CC
) -c
$(CFLAGS
) -Fo
$@
$<