Changeset 457 for trunk/params-soft.mk


Ignore:
Timestamp:
Aug 2, 2018, 11:47:13 AM (6 years ago)
Author:
alain
Message:

This version modifies the exec syscall and fixes a large number of small bugs.
The version number has been updated (0.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/params-soft.mk

    r445 r457  
    4040LIBPTHREAD         = $(LIBPTHREAD_PATH)/build/lib/
    4141LIBPTHREAD_INCLUDE = $(LIBPTHREAD_PATH)/build/include/
     42
     43# define paths for LIBSEMAPHORE
     44LIBSEMAPHORE_PATH    = $(ALMOSMKH_DIR)/libs/libsemaphore
     45LIBSEMAPHORE         = $(LIBSEMAPHORE_PATH)/build/lib/
     46LIBSEMAPHORE_INCLUDE = $(LIBSEMAPHORE_PATH)/build/include/
    4247
    4348# define paths for LIBALMOSMKH
Note: See TracChangeset for help on using the changeset viewer.