Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yutio888
Tales of MajEyal
Commits
9a6c46f8
Commit
9a6c46f8
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
lpop
git-svn-id:
http://svn.net-core.org/repos/t-engine4@1150
51575b47-30f0-44d4-a5cc-537603b46e54
parent
5568eab3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
premake4.lua
+6
-0
6 additions, 0 deletions
premake4.lua
with
6 additions
and
0 deletions
premake4.lua
+
6
−
0
View file @
9a6c46f8
...
...
@@ -12,6 +12,11 @@ newoption {
value
=
"VM_Type"
,
description
=
"Forces compilation in 32bits mode, allowing to use the lua jit"
,
}
newoption
{
trigger
=
"relpath"
,
value
=
"VM_Type"
,
description
=
"Links libraries relative to the application path for redistribution"
,
}
_OPTIONS
.
lua
=
_OPTIONS
.
lua
or
"default"
...
...
@@ -20,6 +25,7 @@ solution "TEngine"
objdir
"obj"
defines
{
"GLEW_STATIC"
}
if
_OPTIONS
.
force32bits
then
buildoptions
{
"-m32"
}
linkoptions
{
"-m32"
}
libdirs
{
"/usr/lib32"
}
end
if
_OPTIONS
.
relpath
then
linkoptions
{
"-Wl,-rpath -Wl,\\\$\$ORIGIN/lib "
}
end
includedirs
{
"src"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment