!ifndef COMMON IMPORT=\rpc\common !endif !ifndef IMPORT IMPORT=\rpc\import !endif PATH = $(IMPORT)\c600\bin;..\..\..\common\bin;..\..\..\tools\binp;$(IMPORT)\win30\bin INCLUDE = $(IMPORT)\c600\h;..\..\..\runtime\mtrt\os2.12;..\..\..\runtime\mtrt;$(IMPORT)\os212\h; LIB = $(IMPORT)\c600\lib;..\..\..\runtime\bin\os2.12;$(IMPORT)\os212\lib;$(IMPORT)\win30\lib;$(COMMON)\lib # CCFLAGSO = -w -ALu -nologo -c -Gs2 -Zp2e -qc -Zi -W4 # CCFLAGSW = -w -AL -nologo -c -GsW -Zp2e -qc -Zi -W4 CCFLAGSO = -w -ALu -nologo -c -Gs2 -Zp2e -qc -Zi -W4 -I..\..\..\runtime\mtrt\os2.12 CCFLAGSW = -w -AL -nologo -c -GsW -Zp2e -qc -Zi -W4 -I..\..\..\runtime\mtrt\win CCFLAGSD = -w -AL -nologo -c -Zp2e -qc -Zi -W4 -I..\..\..\runtime\mtrt\dos !ifdef DOS CCFLAGS = $(CCFLAGSD) !else !ifdef WIN CCFLAGS = $(CCFLAGSW) !else CCFLAGS = $(CCFLAGSO) !endif !endif MIDL = ..\..\midl .SUFFIXES: .SUFFIXES: .c .obj .exe .c.obj: $(CC) $(CCFLAGS) $< test : client.exe server.exe play clnt : clnt.exe clnt.exe : client.obj util0.obj replay_c.obj replay_x.obj link /pm:vio /co /stack:4000 $**,$*,, /nod llibce os2 RpcC ..\..\..\ndrlib\os2.12\RpcNdr; client.exe : client.obj util0.obj replay_c.obj replay_x.obj link /pm:vio /co /stack:4000 $**,$*,, /nod llibce os2 RpcC ..\..\..\ndrlib\os2.12\RpcNdr; dclient : dclient.exe dclient.exe : client.obj util0.obj replay_c.obj replay_x.obj link /pm:vio /co /stack:4000 $**,$*,, /nod llibcer dosnet ..\..\..\..\rpcdev\lib\Rpcr ..\..\..\..\rpcdev\lib\RpcNdrr; WINDIR = ..\..\..\runtime\mtrt\win #WINDIR = $(IMPORT)\win30\lib wclient : wclient.exe wclient.exe : client.obj util0.obj replay_c.obj replay_x.obj link @<