Changeset 21786 for branches/gcc-kmk/src
- Timestamp:
- Nov 3, 2011, 1:34:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/Makefile.kmk
r21746 r21786 10 10 seh_SOURCES = seh/sehutil.s 11 11 12 $(call odin_implib_2,kernel32) 13 12 14 DLLS += kernel32 13 15 kernel32_TEMPLATE = OdinCxxDLL 16 14 17 kernel32_SOURCES = \ 15 18 kernel32.cpp \ … … 35 38 exceptions.cpp \ 36 39 heapshared.cpp \ 37 cpuhlp. cpp\40 cpuhlp.asm \ 38 41 heapcode.cpp \ 39 42 lfile.cpp \ … … 44 47 ole2nls.c \ 45 48 dbglog.cpp \ 46 exceptutil. cpp\47 asmutil. cpp\49 exceptutil.asm \ 50 asmutil.asm \ 48 51 lang.cpp \ 49 52 win32util.cpp \ … … 90 93 winexedummy.cpp \ 91 94 critsection.cpp \ 92 fastinfoblocksa. cpp\95 fastinfoblocksa.asm \ 93 96 fastinfoblocks.cpp \ 94 97 pefile.cpp \ … … 109 112 dosdevice.cpp \ 110 113 ordinals.cpp \ 111 interlock. cpp\114 interlock.asm \ 112 115 toolhelp.cpp \ 113 116 codepage.c \ … … 135 138 kernelrsrc.orc 136 139 140 kernel32_SOURCES.release += \ 141 kernel32.def 142 kernel32_SOURCES.debug += \ 143 dbgwrap.cpp \ 144 kernel32dbg.def 145 137 146 ifndef CUSTOMBUILD 138 147 kernel32_SOURCES += \ … … 140 149 endif 141 150 142 kernel32_SOURCES.debug = \ 143 dbgwrap.cpp 151 kernel32_LIBS = \ 152 $(PATH_STAGE_LIB)/libwrap.lib \ 153 $(PATH_STAGE_LIB)/odincrt.lib \ 154 $(PATH_STAGE_LIB)/wgss50.lib \ 155 $(PATH_STAGE_LIB)/win32k.lib \ 156 $(PATH_STAGE_LIB)/unicode.lib \ 157 $(PATH_STAGE_LIB)/seh.lib \ 158 $(PATH_STAGE_LIB)/ntdll.lib 144 159 145 160 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.