!ifndef IMPORT IMPORT=\rpc\import !endif PATH = $(IMPORT)\c600\bin;..\..\..\common\bin;..\..\..\tools\binp; 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; CCFLAGSO = -w -ALu -nologo -c -Gs2 -Zpe -qc -Zi -W2 CCFLAGSW = -w -AL -nologo -c -GsW -Zpe -qc -Zi -W2 !ifdef WIN CCFLAGS = $(CCFLAGSW) !else CCFLAGS = $(CCFLAGSO) !endif MIDL = ..\..\midl test : client.exe server.exe client.exe : client.obj util0.obj util1_c.obj util1_x.obj replay_c.obj replay_x.obj link /pm:vio /co client util0 util1_c util1_x replay_c replay_x, client.exe, client.map,\ /nod ..\..\..\ndrlib\os2.12\RpcNdr llibce os2 Rpc; WINDIR = ..\..\..\runtime\mtrt\win wclient.exe : client.obj util0.obj util1_c.obj util1_x.obj replay_c.obj replay_x.obj \ $(WINDIR)\stdio\Lstdiow.lib $(WINDIR)\rpcwin.lib link @<