Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dtcpip_mock_lib
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DLNA-RUI
dtcpip_mock_lib
Commits
aa442349
Commit
aa442349
authored
Nov 14, 2013
by
Steve Arendt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile
Removed un-needed compiler options.
parent
4404d176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
_build/Makefile
_build/Makefile
+1
-2
No files found.
_build/Makefile
View file @
aa442349
INC_DIRS
=
../src
MOCKDLL_SRC_DIR
=
../src
MOCKDLL_LIBNAME
=
libmockdll.a
COPT
=
-c
-efi2
-fPIC
\
-D_ARCH_IA32
-
DUPNP_MICRO_STACK
-DMICROSTACK_NO_STDAFX
-DMPE_LITTLE_ENDIAN
-
O0
-g
\
-D_ARCH_IA32
-O0
-g
\
$(
addprefix
-I
,
$(INC_DIRS)
)
CSRC
:=
$(
wildcard
$(MOCKDLL_SRC_DIR)
/
*
.c
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment