Added new global _WORKING_DIR
This commit is contained in:
parent
b0b881284e
commit
124a226b45
@ -41,6 +41,7 @@
|
||||
* Added debug environment variable support for Visual Studio
|
||||
* Added debug environment variable support for Codeblocks using gdb
|
||||
* Bug: Visual Studio 2010 forces x86 when platform is Native
|
||||
* Added new global _WORKING_DIR
|
||||
|
||||
|
||||
-------
|
||||
|
@ -1,7 +1,7 @@
|
||||
--
|
||||
-- _premake_main.lua
|
||||
-- Script-side entry point for the main program logic.
|
||||
-- Copyright (c) 2002-2009 Jason Perkins and the Premake project
|
||||
-- Copyright (c) 2002-2011 Jason Perkins and the Premake project
|
||||
--
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
local shorthelp = "Type 'premake4 --help' for help"
|
||||
local versionhelp = "premake4 (Premake Build Script Generator) %s"
|
||||
|
||||
_WORKING_DIR = os.getcwd()
|
||||
|
||||
|
||||
--
|
||||
|
Reference in New Issue
Block a user