Changeset 3670
- Timestamp:
- Sep 26, 2010, 7:32:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx/Makefile.kmk
r3665 r3670 4 4 # kBuild Makefile for the EMX toolchain. 5 5 # 6 # Copyright (c) 2005 knut st. osmundsen <bird@anduin.net> 7 # 8 # 9 10 6 # Copyright (c) 2005-2010 knut st. osmundsen <bird-spamx@anduin.net> 7 # 8 # 9 10 11 ifeq ($(KBUILD_HOST),os2) 11 12 LIBRARIES = \ 12 13 libmoddef \ … … 32 33 ldstub 33 34 34 35 # ldstub - convert to nasm?36 37 35 INSTALLS = \ 38 36 os2stub.bin \ 39 37 scripts \ 40 headers.sys 38 headers.sys 39 else 40 PROGRAMS = \ 41 listomf 42 endif 41 43 42 44 #
Note:
See TracChangeset
for help on using the changeset viewer.