VirtualBox

source: kStuff/hacks/xtide/Config.kmk

Last change on this file was 73, checked in by bird, 9 years ago

xtide util hacking.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1# $Id: Config.kmk 73 2015-12-20 21:17:34Z bird $
2## @file
3# Some xT-IDE hacking.
4#
5
6#
7# Copyright (c) 2015 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
8#
9# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 3 of the License, or
12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with This program. If not, see <http://www.gnu.org/licenses/>
21#
22#
23
24
25TEMPLATE_DosExe = DOS exe
26TEMPLATE_DosExe_TOOL = OPENWATCOM-16
27TEMPLATE_DosExe_BLD_TRG = dos
28TEMPLATE_DosExe_CFLAGS = -bt=dos -w4 -hc -d1 -zm
29TEMPLATE_DosExe_CFLAGS.release = -Ox
30TEMPLATE_DosExe_CXXFLAGS = -bt=dos -w4 -hc -d1 -zm
31TEMPLATE_DosExe_CXXFLAGS.release = -Ox
32if 1 # -zm doesn't work with wcl, it seems.
33TEMPLATE_DosExe_LDTOOL = OPENWATCOM-WL
34TEMPLATE_DosExe_LDFLAGS = \
35 System DOS \
36 Debug CodeView All \
37 Option Symfile \
38 Option Eliminate
39else
40TEMPLATE_DosExe_LDFLAGS = -bt=dos -lr -"option eliminate" -"option verbose" -zm -d1 -hc
41endif
42TEMPLATE_DosExe_ASTOOL = NASM
43TEMPLATE_DosExe_ASFLAGS = -f obj -w+orphan-labels
44
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette