[SCM] Samba Shared Repository - branch master updated - 1cf404fcb59de88ab9929987944aa7e8289760fc

Stefan Metzmacher metze at samba.org
Thu Oct 16 08:29:29 GMT 2008


The branch, master has been updated
       via  1cf404fcb59de88ab9929987944aa7e8289760fc (commit)
      from  e31b9e0f663c442d2c65b56a755e5b37ed0cb368 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1cf404fcb59de88ab9929987944aa7e8289760fc
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Oct 16 10:28:33 2008 +0200

    testprogs/win32/midltests: add missing Makefile
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 testprogs/win32/midltests/Makefile |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 testprogs/win32/midltests/Makefile


Changeset truncated at 500 lines:

diff --git a/testprogs/win32/midltests/Makefile b/testprogs/win32/midltests/Makefile
new file mode 100644
index 0000000..535968b
--- /dev/null
+++ b/testprogs/win32/midltests/Makefile
@@ -0,0 +1,27 @@
+INCLUDES=-I
+CFLAGS=$(INCLUDES) -Zi -D_WIN32_WINNT=0x502
+LIBS=rpcrt4.lib
+
+all: midltests.exe
+
+clean:
+	del *~ *.obj *.exe midltests.h midltests_s.c midltests_c.c
+
+#MIDL_ARGS=/target NT50
+MIDL_ARGS=/Os /prefix client cli_ /prefix server srv_ /prefix switch swi_
+midltests.h midltests_s.c midltests_c.c: midltests.idl midltests.acf
+	midl $(MIDL_ARGS) /acf midltests.acf midltests.idl
+
+MIDLTESTS_OBJ = midltests.obj midltests_s_m.obj midltests_c_m.obj midltests_marshall.obj utils.obj
+midltests.exe: $(MIDLTESTS_OBJ)
+	$(CC) -o midltests.exe $(MIDLTESTS_OBJ) $(LIBS)
+
+midltests.obj: midltests.h midltests.idl
+midltests_c_m.c: midltests_c.c
+midltests_s_m.c: midltests_s.c
+
+midltests.obj: midltests.h midltests.idl midltests.c
+midltests_s_m.obj: midltests_marshall.h midltests_s.c midltests_s_m.c
+midltests_c_m.obj: midltests_marshall.h midltests_c.c midltests_c_m.c
+midltests_marshall.obj: midltests.h midltests_marshall.c
+utils.obj: midltests.h utils.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list