Changeset 745 for trunk/server/testprogs/win32/midltests/Makefile
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/testprogs/win32/midltests/Makefile
r414 r745 1 INCLUDES=-I2 CFLAGS=$(INCLUDES) -Zi -D_WIN32_WINNT=0x5023 LIBS=rpcrt4.lib4 1 5 all: midltests.exe 2 all: 3 @echo "nmake targets:" 4 @echo " clean" 5 @echo " simple" 6 @echo " tcp" 6 7 7 8 clean: 8 del *~ *.obj *.exe midltests.h midltests_s.c midltests_c.c 9 @call nmake /f Makefile.simple /A /NOLOGO clean 10 @call nmake /f Makefile.tcp /A /NOLOGO clean 9 11 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 12 simple: 13 @call nmake /f Makefile.simple /A /NOLOGO all 14 14 15 MIDLTESTS_OBJ = midltests.obj midltests_s_m.obj midltests_c_m.obj midltests_marshall.obj utils.obj 16 midltests.exe: $(MIDLTESTS_OBJ) 17 $(CC) -o midltests.exe $(MIDLTESTS_OBJ) $(LIBS) 18 19 midltests.obj: midltests.h midltests.idl 20 midltests_c_m.c: midltests_c.c 21 midltests_s_m.c: midltests_s.c 22 23 midltests.obj: midltests.h midltests.idl midltests.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 15 tcp: 16 @call nmake /f Makefile.tcp /A /NOLOGO all
Note:
See TracChangeset
for help on using the changeset viewer.