Ignore:
Timestamp:
Jun 24, 2012, 8:14:12 PM (12 years ago)
Author:
okuma-top
Message:

update for Linux (-lpthread)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimpleSample/trunk/SimpleSampleTransparentRPC/Makefile

    r30 r35  
    33TIMESTAMP = tecsgen.timestamp
    44TECSGEN_EXE = tecsgen.exe
     5# Please use below instead of above if you make SimpleSample with non-exerb version of tecsgen
     6# TECSGEN_EXE = tecsgen
    57TECSPATHR = ../../tecsgen/tecs
    68BASE_DIR = .
     
    911CFLAGS = $(INCLUDE) -D "Inline=static inline"
    1012LD = gcc
    11 LDFLAGS =
     13LDFLAGS = -lpthread
    1214GEN_DIR = $(BASE_DIR)/gen
    1315SRC_DIR = $(BASE_DIR)/src
Note: See TracChangeset for help on using the changeset viewer.