Changeset 21798 for branches/gcc-kmk
- Timestamp:
- Nov 10, 2011, 8:41:45 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 1 deleted
- 5 edited
-
Config.kmk (modified) (2 diffs)
-
bin/wgss50.dll (modified) ( previous)
-
bin/wgss50.sym (modified) ( previous)
-
lib/wgss50.map (deleted)
-
src/Makefile.kmk (modified) (1 diff)
-
src/user32/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/Config.kmk
r21796 r21798 6 6 # Global definitions 7 7 #------------------------------------------------------------------------------ 8 9 # 10 # @todo kBuild forgets to do that on OS/2 11 # 12 INST_DLL = bin/ 8 13 9 14 # … … 135 140 endef 136 141 142 # 143 # Add support for MASM to the GCC compiler 144 # 137 145 TOOL_GXX3OMF_MASM = $(firstword $(PATH_TOOL_ALP) alp.exe) 138 146 TOOL_GXX3OMF_MASMFLAGS = -Mb -
branches/gcc-kmk/src/Makefile.kmk
r21785 r21798 15 15 include $(PATH_SUB_CURRENT)/odincrt/Makefile.kmk 16 16 include $(PATH_SUB_CURRENT)/kernel32/Makefile.kmk 17 include $(PATH_SUB_CURRENT)/ntdll/Makefile.kmk 17 18 include $(PATH_SUB_CURRENT)/user32/Makefile.kmk 18 include $(PATH_SUB_CURRENT)/ ntdll/Makefile.kmk19 include $(PATH_SUB_CURRENT)/gdi32/Makefile.kmk 19 20 20 21 include $(FILE_KBUILD_SUB_FOOTER) -
branches/gcc-kmk/src/user32/Makefile.kmk
r21771 r21798 13 13 user32_SOURCES = \ 14 14 15 user32_LIBS = \15 user32_LIBS = \ 16 16 17 17 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.
