Changeset 648


Ignore:
Timestamp:
Dec 4, 2006, 12:30:22 AM (19 years ago)
Author:
bird
Message:

nicked commandline -> argv parser from kLIBC so kmk_sed can grok single quoted stuff on windows.

Location:
trunk/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/Makefile.kmk

    r586 r648  
    3737
    3838
     39ifeq ($(filter-out win nt win32 win64,$(BUILD_TARGET)),)
     40LIBRARIES += kWinStartup
     41kWinStartup_TEMPLATE = LIB
     42kWinStartup_SOURCES = $(PATH_CURRENT)/startuphacks-win.c
     43kWinStartup_NOINST = 1
     44endif
     45
    3946include $(PATH_KBUILD)/footer.kmk
    4047
  • trunk/src/sed/Makefile.kmk

    r606 r648  
    3737        lib/obstack.c \
    3838        lib/mkstemp.c \
    39         lib/getline.c
     39        lib/getline.c \
     40        ../lib/startuphacks-win.c
    4041endif
    41 
    4242
    4343include $(PATH_KBUILD)/footer.kmk
Note: See TracChangeset for help on using the changeset viewer.