home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n12
/
oleq1295.exe
/
IFOOPS.MAK
< prev
Wrap
Makefile
|
1995-12-01
|
635b
|
31 lines
!include <ntwin32.mak>
!ifndef MIDL
MIDL = midl
!endif
MIDLFLAGS = /ms_ext /c_ext /cpp_cmd $(CC)
.cxx.obj:
$(CC) $(cdebug) $(CFLAGS) $(cvars) /c $<
.c.obj:
$(CC) $(cdebug) $(CFLAGS) $(cvars) /c $<
all: IFooPS.dll
IFoo_i.obj : IFoo_i.c
IFoo_p.obj : IFoo_p.c IFoo.h
dlldata.obj : dlldata.c
DLLOBJS= IFoo_p.obj IFoo_i.obj dlldata.obj
idirps.dll: $(DLLOBJS) IFooPS.def
$(link) $(linkdebug) -DLL -OUT:IFooPS.dll -DEF:IFooPS.def \
$(DLLOBJS) rpcrt4.lib $(ole2libs)
IFoo.h dlldata.c IFoo_p.c IFoo_i.c : IFoo.idl
$(MIDL) $(MIDLFLAGS) -Oi IFoo.idl