webmcp

changeset 73:f59adf9a6968 v1.2.1

Removed wrongly committed include/lib path for testing purposes from Makefile.options
author jbe
date Fri Jun 15 22:08:44 2012 +0200 (2012-06-15)
parents c2716baffa64
children 74efa44a0a4d
files Makefile.options doc/autodoc-header.htmlpart framework/cgi-bin/webmcp.lua
line diff
     1.1 --- a/Makefile.options	Sat Apr 21 20:48:58 2012 +0200
     1.2 +++ b/Makefile.options	Fri Jun 15 22:08:44 2012 +0200
     1.3 @@ -10,13 +10,13 @@
     1.4  # C compiler flags
     1.5  # TODO: check alternatives to -D_GNU_SOURCE -fPIC
     1.6  #       using libtool?
     1.7 -CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include -I /home/flocke/opt/lua52/include
     1.8 +CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include
     1.9  
    1.10  # additional C compiler flags for parts which depend on PostgreSQL
    1.11  CFLAGS_PGSQL = -I /usr/include/postgresql -I /usr/include/postgresql/server -I /usr/local/include/postgresql -I /usr/local/include/postgresql/server
    1.12  
    1.13  # linker flags
    1.14 -LDFLAGS = -shared -L /usr/lib -L /usr/local/lib -L /home/flocke/opt/lua52/lib
    1.15 +LDFLAGS = -shared -L /usr/lib -L /usr/local/lib
    1.16  
    1.17  # additional linker flags for parts which depend on PostgreSQL
    1.18  LDFLAGS_PGSQL =
     2.1 --- a/doc/autodoc-header.htmlpart	Sat Apr 21 20:48:58 2012 +0200
     2.2 +++ b/doc/autodoc-header.htmlpart	Fri Jun 15 22:08:44 2012 +0200
     2.3 @@ -55,10 +55,10 @@
     2.4          color: #505050;
     2.5        }
     2.6      </style>
     2.7 -    <title>WebMCP 1.2.0 Documentation</title>
     2.8 +    <title>WebMCP 1.2.1 Documentation</title>
     2.9    </head>
    2.10    <body>
    2.11 -    <h1>WebMCP 1.2.0 Documentation</h1>
    2.12 +    <h1>WebMCP 1.2.1 Documentation</h1>
    2.13      <p>
    2.14        WebMCP is a completely new web development framework, and has not been extensively tested yet. The API might change at any time, but in future releases there will be a list of all changes, which break downward compatibility.
    2.15      </p>
     3.1 --- a/framework/cgi-bin/webmcp.lua	Sat Apr 21 20:48:58 2012 +0200
     3.2 +++ b/framework/cgi-bin/webmcp.lua	Fri Jun 15 22:08:44 2012 +0200
     3.3 @@ -1,6 +1,6 @@
     3.4  #!/usr/bin/env lua
     3.5  
     3.6 -_WEBMCP_VERSION = "1.2.0"
     3.7 +_WEBMCP_VERSION = "1.2.1"
     3.8  
     3.9  -- Lua 5.1 compatibility
    3.10  if not table.unpack then

Impressum / About Us