FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/engine/Makefile.development at develop · livecodeali/livecode · GitHub
livecodeali
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
engine
/
Makefile.development
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (13 loc) · 499 Bytes
Breadcrumbs
livecode
/
engine
/
Makefile.development
Copy path
File metadata and controls
19 lines (13 loc) · 499 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NAME=engine-community
TYPE=application
include ../rules/environment.linux.makefile
MODE_SOURCES= \
stacksecurity.cpp \
deploysecurity.cpp \
startupstack.cpp
MODE_DEPS=libkernel-development.a
MODE_LIBS=kernel-development
startupstack.cpp: src/Environment.rev
# ../prebuilt/bin/Revolution.lnx "./compress_data.rev" "./src/Environment.rev" "./src/startupstack.cpp" "MCstartupstack"
../util/compress_data.pl ./src/Environment.rev ./src/startupstack.cpp MCstartupstack
include Makefile.common
Back
|
FazBrowse Home
|
New Git URL