]> git.gag.com Git - fw/sdcc/commitdiff
Added file graph.c to make it compile under windows.
authorslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Jan 2005 23:13:54 +0000 (23:13 +0000)
committerslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Jan 2005 23:13:54 +0000 (23:13 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3666 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/pic16/Makefile.bcc
src/pic16/pic16.dsp

index ac93ce28227887974e436d56c6771f1809d36eed..b93218074944cd518be0cd0a80da77f05f5c0b3b 100644 (file)
@@ -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
index 626ee0d1a67ff8008d7021c2b7ed7103718b2868..51b7f5eb2ebe1d3262b4eb96813d5c6d3afb3707 100644 (file)
@@ -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