bc.mak
changeset 2150 3dbc038c151a
parent 2144 f4b393ef6443
child 2151 c0b6570c6f9b
--- a/bc.mak	Fri Oct 09 16:25:28 2009 +0200
+++ b/bc.mak	Tue Apr 13 13:26:06 2010 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libjava/bc.mak,v 1.14 2009-10-06 07:59:48 cg Exp $
+# $Header: /cvs/stx/stx/libjava/bc.mak,v 1.15 2010-04-13 11:26:06 cg Exp $
 #
 # -- nt.mak created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:36'
 #
@@ -26,6 +26,9 @@
 !INCLUDE Make.spec
 !INCLUDE "$(TOP)\rules\stdHeader_bc"
 
+LIBNAME=libstx_libjava
+RESFILES=libjava.res
+
 # subdirectories where targets are to be made:
 SUBDIRS=
 
@@ -74,7 +77,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES=
+LOCALINCLUDES=-I..\libbasic -I..\libview -I..\libui
 
 # if you need any additional defines for embedded C code,
 # add them here:,