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

automatically chose tecsgen.exe or tecsgen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimpleSample/trunk/SimpleSampleTransparentRPC/Makefile

    r35 r36  
    22TARGET = SimpleSample.exe
    33TIMESTAMP = tecsgen.timestamp
    4 TECSGEN_EXE = tecsgen.exe
    5 # Please use below instead of above if you make SimpleSample with non-exerb version of tecsgen
    6 # TECSGEN_EXE = tecsgen
     4ifeq ($(OS),Windows_NT)
     5        TECSGEN_EXE = tecsgen.exe
     6else
     7        # use below if you want to use non-exerb version of tecsgen.
     8        TECSGEN_EXE = tecsgen
     9endif
    710TECSPATHR = ../../tecsgen/tecs
    811BASE_DIR = .
Note: See TracChangeset for help on using the changeset viewer.