Skip to content

Commit

Permalink
makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed May 16, 2024
1 parent 53b42a9 commit cebf41b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SOM/somcpp/expand.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
f/*-
* Copyright (c) 1998, 2002-2008 Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
* All rights reserved.
*
Expand Down
16 changes: 16 additions & 0 deletions tools/mk/libsw16.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# make macros
# for building DOS static libs
#

!ifndef __libsw16_mk__
!define __libsw16_mk__

32_BITS = 0
ADD_COPT = $(ADD_COPT) &
-bt=windows &
-i=. -i=$(WATCOM)$(SEP)h$(SEP)win $(ADD_COPT)

!include $(%ROOT)/tools/mk/libs.mk

!endif

0 comments on commit cebf41b

Please sign in to comment.