OpenVPN
ltrc.inc
Go to the documentation of this file.
1 #
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.
7 #
8 # Copyright (C) 2008-2012 Alon Bar-Lev <alon.barlev@gmail.com>
9 #
10 # Required to build Windows resource file
11 
12 RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
13  $(AM_CPPFLAGS) $(CPPFLAGS)
14 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
15 
16 .rc.lo:
17  $(LTRCCOMPILE) -i "$<" -o "$@"
18 
19 .rc.o:
20  $(RCCOMPILE) -i "$<" -o "$@"
21 
22 .mc.rc:
23  $(WINDMC) "$<"