- Timestamp:
- Apr 29, 2002, 3:19:31 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/makefile
r8201 r8320 1 # $Id: makefile,v 1.2 6 2002-04-07 14:35:24 sandervlExp $1 # $Id: makefile,v 1.27 2002-04-29 13:19:31 bird Exp $ 2 2 3 3 # … … 64 64 $(OBJDIR)\math64.obj \ 65 65 !endif 66 !ifdef WITH_KLIB 67 $(ODIN32_LIB)\kHeapDbgVACWrappersR3.lib \ 68 !endif 66 69 $(OBJDIR)\malloc.obj \ 67 70 $(OBJDIR)\string.obj \ … … 82 85 # 83 86 LIBS = \ 87 !ifdef WITH_KLIB 88 $(ODIN32_LIB)\kLibR3.lib \ 89 !endif 84 90 !ifdef WAT 85 91 $(RTLLIB_O)
Note:
See TracChangeset
for help on using the changeset viewer.