Changeset 36 for SimpleSample


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

automatically chose tecsgen.exe or tecsgen

Location:
SimpleSample/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • SimpleSample/trunk/SimpleSample/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
    710BASE_DIR = .
    811CC = gcc
  • SimpleSample/trunk/SimpleSampleOpaqueRPC/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 = .
  • SimpleSample/trunk/SimpleSampleOpaqueRPC/rSample/Makefile

    r35 r36  
    22TARGET = SimpleSample-rSample.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
    710BASE_DIR = ..
    811CC = gcc
  • SimpleSample/trunk/SimpleSampleOpaqueRPC/rSimple/Makefile

    r35 r36  
    22TARGET = SimpleSample-rSimple.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
    710BASE_DIR = ..
    811CC = gcc
  • SimpleSample/trunk/SimpleSampleTrace/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
    710BASE_DIR = .
    811CC = gcc
  • 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.