bc.mak
changeset 747 e44a9c203e2f
parent 743 8c097495b727
child 749 e898eaeff091
--- a/bc.mak	Fri Oct 09 14:25:28 2009 +0000
+++ b/bc.mak	Tue Apr 13 11:26:06 2010 +0000
@@ -1,4 +1,4 @@
-# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/bc.mak,v 1.14 2009/10/06 07:59:48 cg Exp $
+# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/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:,