From 5888b9291ffcc1493c554954b622a72f78382818 Mon Sep 17 00:00:00 2001 From: slade_rich Date: Mon, 31 Jan 2005 23:13:54 +0000 Subject: [PATCH] Added file graph.c to make it compile under windows. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3666 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/pic16/Makefile.bcc | 2 +- src/pic16/pic16.dsp | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/pic16/Makefile.bcc b/src/pic16/Makefile.bcc index ac93ce28..b9321807 100644 --- a/src/pic16/Makefile.bcc +++ b/src/pic16/Makefile.bcc @@ -2,7 +2,7 @@ PRJDIR = ../.. -OBJ = gen.obj genarith.obj ralloc.obj main.obj glue.obj pcode.obj pcodepeep.obj +OBJ = gen.obj genarith.obj ralloc.obj main.obj glue.obj pcode.obj pcodepeep.obj graph.obj LIB = port.lib !include $(PRJDIR)/Bcc.inc diff --git a/src/pic16/pic16.dsp b/src/pic16/pic16.dsp index 626ee0d1..51b7f5eb 100644 --- a/src/pic16/pic16.dsp +++ b/src/pic16/pic16.dsp @@ -7,19 +7,19 @@ CFG=pic16 - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "pic16.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "pic16.mak" CFG="pic16 - Win32 Release" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "pic16 - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "pic16 - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -74,7 +74,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"Release\port.lib" # ADD LIB32 /nologo /out:"Release\port.lib" -!ENDIF +!ENDIF # Begin Target @@ -105,6 +105,10 @@ SOURCE=.\glue.c # End Source File # Begin Source File +SOURCE=.\graph.c +# End Source File +# Begin Source File + SOURCE=.\main.c # End Source File # Begin Source File -- 2.47.2