Changeset 2767
- Timestamp:
- Aug 16, 2006, 6:45:51 AM (19 years ago)
- Location:
- trunk/synergy/birdhacks
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/birdhacks/Makefile.kmk
r2766 r2767 12 12 include $(PATH_KBUILD)/header.kmk 13 13 14 DLLS = spy1hk14 DLLS += spy1hk 15 15 spy1hk_TOOL = GCC3OMF 16 16 spy1hk_CFLAGS = -Wall -pedantic -std=gnu99 17 17 spy1hk_SOURCES = spy1hk.c spy1hk.def 18 18 19 PROGRAMS = spy119 PROGRAMS += spy1 20 20 spy1_TOOL = GCC3OMF 21 21 spy1_CFLAGS = -Wall -pedantic -std=gnu99 … … 23 23 spy1_LIBS = $(TARGET_spy1hk) 24 24 25 PROGRAMS += dumpchars 26 dumpchars_TOOL = GCC3OMF 27 dumpchars_CFLAGS = -Wall -pedantic -std=gnu99 28 dumpchars_SOURCES = dumpchars.c dumpchars.def 29 30 PROGRAMS += getkey 31 getkey_TOOL = GCC3OMF 32 getkey_CFLAGS = -Wall -pedantic -std=gnu99 33 getkey_SOURCES = getkey.c 34 25 35 include $(PATH_KBUILD)/footer.kmk 26 36
Note:
See TracChangeset
for help on using the changeset viewer.