Ignore:
Timestamp:
Aug 20, 2006, 9:50:11 AM (19 years ago)
Author:
bird
Message:

fixed a couple of clipboard issues. seems to work now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/Makefile.kmk

    r2764 r2774  
    243243synrgyhk_ASTOOL.os2 = NASM
    244244synrgyhk_ASFLAGS.os2 = -f obj
    245 synrgyhk_CXXFLAGS.os2 = -fno-exceptions 
     245synrgyhk_CXXFLAGS.os2 = -fno-exceptions
    246246synrgyhk_LDFLAGS.os2 = -nostdlib -los2 -v -lend
    247247synrgyhk_SOURCES.nt = \
     
    252252        lib/platform/CPMSynergyHook.def
    253253
     254
     255#
     256# A debugging testcase.
     257#
     258PROGRAMS += syntest
     259syntest_SOURCES = syntest.cpp
     260syntest_LIBS = \
     261        $(TARGET_platform) \
     262        $(TARGET_synergy) \
     263        $(TARGET_net) \
     264        $(TARGET_base) \
     265        $(TARGET_io) \
     266        $(TARGET_mt) \
     267        $(TARGET_arch) \
     268        $(TARGET_common)
     269
     270
    254271include $(PATH_KBUILD)/footer.kmk
Note: See TracChangeset for help on using the changeset viewer.