Changeset 14269
- Timestamp:
- May 5, 2014, 9:02:17 PM (8 years ago)
- Location:
- trunk/third-party/miniupnp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/miniupnp/miniupnpcstrings.h.in
r12593 r14269 1 /* $Id: miniupnpcstrings.h.in,v 1. 4 2011/01/04 11:41:53nanard Exp $ */1 /* $Id: miniupnpcstrings.h.in,v 1.5 2012/10/16 16:48:26 nanard Exp $ */ 2 2 /* Project: miniupnp 3 3 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ … … 6 6 * This software is subjects to the conditions detailed 7 7 * in the LICENCE file provided within this distribution */ 8 #ifndef __MINIUPNPCSTRINGS_H__9 #define __MINIUPNPCSTRINGS_H__8 #ifndef MINIUPNPCSTRINGS_H_INCLUDED 9 #define MINIUPNPCSTRINGS_H_INCLUDED 10 10 11 11 #define OS_STRING "OS/version" -
trunk/third-party/miniupnp/updateminiupnpcstrings.sh
r14262 r14269 4 4 #Â (c) 2009 Thomas Bernard 5 5 6 FILE=miniupnpcstrings.h 7 TMPFILE=miniupnpcstrings.h.tmp 8 TEMPLATE_FILE=${FILE}.in 6 VERSION_FILE=$1 7 TEMPLATE_FILE=$2 8 FILE=$3 9 TMPFILE=$3.tmp 9 10 10 11 # detecting the OS name and version
Note: See TracChangeset
for help on using the changeset viewer.