| 
            Last change
 on this file was             745, checked in by Silvan Scherrer, 13 years ago           | 
        
        
          | 
             
Samba Server: updated trunk to 3.6.0 
 
           | 
        
        
          | 
            File size:
            1023 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | INCLUDES=-I
 | 
|---|
| 2 | CFLAGS=$(INCLUDES) -Zi -D_WIN32_WINNT=0x502
 | 
|---|
| 3 | LIBS=rpcrt4.lib
 | 
|---|
| 4 | 
 | 
|---|
| 5 | all: midltests_simple.exe
 | 
|---|
| 6 | 
 | 
|---|
| 7 | clean:
 | 
|---|
| 8 |         del *~ *.obj *.exe midltests.h midltests_s.c midltests_c.c
 | 
|---|
| 9 | 
 | 
|---|
| 10 | #MIDL_ARGS=/target NT50
 | 
|---|
| 11 | MIDL_ARGS=/Os /prefix client cli_ /prefix server srv_ /prefix switch swi_
 | 
|---|
| 12 | midltests.h midltests_s.c midltests_c.c: midltests.idl midltests.acf
 | 
|---|
| 13 |         midl $(MIDL_ARGS) /acf midltests.acf midltests.idl
 | 
|---|
| 14 | 
 | 
|---|
| 15 | MIDLTESTS_OBJ = midltests_simple.obj midltests_s_m.obj midltests_c_m.obj midltests_marshall.obj utils.obj
 | 
|---|
| 16 | midltests_simple.exe: $(MIDLTESTS_OBJ)
 | 
|---|
| 17 |         $(CC) -o midltests_simple.exe $(MIDLTESTS_OBJ) $(LIBS)
 | 
|---|
| 18 | 
 | 
|---|
| 19 | midltests_simple.obj: midltests.h midltests.idl
 | 
|---|
| 20 | midltests_c_m.c: midltests_c.c
 | 
|---|
| 21 | midltests_s_m.c: midltests_s.c
 | 
|---|
| 22 | 
 | 
|---|
| 23 | midltests_simple.obj: midltests.h midltests.idl midltests_simple.c
 | 
|---|
| 24 | midltests_s_m.obj: midltests_marshall.h midltests_s.c midltests_s_m.c
 | 
|---|
| 25 | midltests_c_m.obj: midltests_marshall.h midltests_c.c midltests_c_m.c
 | 
|---|
| 26 | midltests_marshall.obj: midltests.h midltests_marshall.c
 | 
|---|
| 27 | utils.obj: midltests.h utils.c
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.