Premake Internals
premake.c File Reference

Program entry point. More...

#include <stdlib.h>
#include <string.h>
#include "premake.h"

Functions

int premake_locate (lua_State *L, const char *argv0)
int premake_init (lua_State *L)

Detailed Description

Program entry point.

Author
Copyright (c) 2002-2013 Jason Perkins and the Premake project

Function Documentation

◆ premake_init()

int premake_init ( lua_State * L)

Initialize the Premake Lua environment.

◆ premake_locate()