Changeset 36
- Timestamp:
- Jun 24, 2012, 8:36:26 PM (11 years ago)
- Location:
- SimpleSample/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
SimpleSample/trunk/SimpleSample/Makefile
r35 r36 2 2 TARGET = SimpleSample.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 BASE_DIR = . 8 11 CC = gcc -
SimpleSample/trunk/SimpleSampleOpaqueRPC/Makefile
r35 r36 2 2 TARGET = SimpleSample.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 TECSPATHR = ../../tecsgen/tecs 8 11 BASE_DIR = . -
SimpleSample/trunk/SimpleSampleOpaqueRPC/rSample/Makefile
r35 r36 2 2 TARGET = SimpleSample-rSample.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 BASE_DIR = .. 8 11 CC = gcc -
SimpleSample/trunk/SimpleSampleOpaqueRPC/rSimple/Makefile
r35 r36 2 2 TARGET = SimpleSample-rSimple.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 BASE_DIR = .. 8 11 CC = gcc -
SimpleSample/trunk/SimpleSampleTrace/Makefile
r35 r36 2 2 TARGET = SimpleSample.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 BASE_DIR = . 8 11 CC = gcc -
SimpleSample/trunk/SimpleSampleTransparentRPC/Makefile
r35 r36 2 2 TARGET = SimpleSample.exe 3 3 TIMESTAMP = 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 4 ifeq ($(OS),Windows_NT) 5 TECSGEN_EXE = tecsgen.exe 6 else 7 # use below if you want to use non-exerb version of tecsgen. 8 TECSGEN_EXE = tecsgen 9 endif 7 10 TECSPATHR = ../../tecsgen/tecs 8 11 BASE_DIR = .
Note:
See TracChangeset
for help on using the changeset viewer.