|
From: Karel G. <kg...@us...> - 2001-10-26 20:00:30
|
Update of /cvsroot/micomt/mico/demo/com-interworking/account2 In directory usw-pr-cvs1:/tmp/cvs-serv17698/demo/com-interworking/account2 Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/demo/com-interworking/account2/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:50 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:56 1.2 *************** *** 1,23 **** ! # Makefile for the CORBA side. ! ! DIR_PREFIX = ..\ ! !include ..\..\MakeVars.win32 ! ! # Path of win32-bin ! WIN32_BIN = ..\..\..\win32-bin ! ! all: client.exe server.exe ! ! client.exe: account.h account.obj client.obj ! $(LD) $(LDFLAGS) account.obj client.obj $(LDLIBS) /out:$@ ! ! server.exe: account.h account.obj server.obj ! $(LD) $(LDFLAGS) account.obj server.obj $(LDLIBS) /out:$@ ! ! account.h account.cc : account.idl $(IDLGEN) ! $(IDL) --no-poa --boa account.idl ! ! clean: ! del /f /q 2> nul account.cc account.h *.o core client server *~ .depend *.exe *.obj *.pdb 0* ! ! --- 1,23 ---- ! # Makefile for the CORBA side. ! ! DIR_PREFIX = ..\ ! !include ..\..\MakeVars.win32 ! ! # Path of win32-bin ! WIN32_BIN = ..\..\..\win32-bin ! ! all: client.exe server.exe ! ! client.exe: account.h account.obj client.obj ! $(LD) $(LDFLAGS) account.obj client.obj $(LDLIBS) /out:$@ ! ! server.exe: account.h account.obj server.obj ! $(LD) $(LDFLAGS) account.obj server.obj $(LDLIBS) /out:$@ ! ! account.h account.cc : account.idl $(IDLGEN) ! $(IDL) --no-poa --boa account.idl ! ! clean: ! del /f /q 2> nul account.cc account.h *.o core client server *~ .depend *.exe *.obj *.pdb 0* ! ! |