]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/test/Makefile.nmake
Fix typo
[netatalk.git] / libevent / test / Makefile.nmake
index 2c240eec0d1867a140aecc3c4fbceeab57a8e35e..a899941ff4317b82df69c92fa5ab8cf42247413c 100644 (file)
@@ -50,6 +50,11 @@ bench_http.exe: bench_http.obj
 bench_httpclient.exe: bench_httpclient.obj
        $(CC) $(CFLAGS) $(LIBS) bench_httpclient.obj
 
+regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py
+       echo // > regress.gen.c
+       echo #define NO_PYTHON_EXISTS > regress.gen.h
+       -python ..\event_rpcgen.py regress.rpc
+
 clean:
        -del $(REGRESS_OBJS)
        -del $(OTHER_OBJS)