End Of Life - discontinue this branch!
[tomato.git] / release / src / router / openvpn / build / ltrc.inc
blob701f200dcf6f5472a99fd75c3c7ff6fb6674fbfc
2 #  OpenVPN -- An application to securely tunnel IP networks
3 #             over a single UDP port, with support for SSL/TLS-based
4 #             session authentication and key exchange,
5 #             packet encryption, packet authentication, and
6 #             packet compression.
8 #  Copyright (C) 2008-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10 # Required to build Windows resource file
12 RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
13         $(AM_CPPFLAGS) $(CPPFLAGS)
14 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
16 .rc.lo:
17         $(LTRCCOMPILE) -i "$<" -o "$@"
19 .rc.o:
20         $(RCCOMPILE) -i "$<" -o "$@"
22 .mc.rc:
23         $(WINDMC) "$<"