Skip to content
Snippets Groups Projects
gc.mak 51.9 KiB
Newer Older
tromey's avatar
tromey committed

"gc - Win32 Release" : 
   $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release" 

!ELSEIF  "$(CFG)" == "cord - Win32 Debug"

"gc - Win32 Debug" : 
   $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug" 

!ENDIF 

# End Project Dependency
################################################################################
# Begin Source File

SOURCE=.\cord\de_win.c
DEP_CPP_DE_WI=\
	".\include\cord.h"\
tromey's avatar
tromey committed
	".\cord\de_cmds.h"\
	".\cord\de_win.h"\
	".\include\private\cord_pos.h"\
tromey's avatar
tromey committed
	
NODEP_CPP_DE_WI=\
	".\include\gc.h"\
tromey's avatar
tromey committed
	

!IF  "$(CFG)" == "cord - Win32 Release"


".\cord\Release\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "cord - Win32 Debug"


".\cord\Debug\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\cord\de.c
DEP_CPP_DE_C2e=\
	".\include\cord.h"\
tromey's avatar
tromey committed
	".\cord\de_cmds.h"\
	".\cord\de_win.h"\
	".\include\private\cord_pos.h"\
tromey's avatar
tromey committed
	
NODEP_CPP_DE_C2e=\
	".\include\gc.h"\
tromey's avatar
tromey committed
	

!IF  "$(CFG)" == "cord - Win32 Release"


".\cord\Release\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "cord - Win32 Debug"


".\cord\Debug\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\cord\cordxtra.c
DEP_CPP_CORDX=\
	".\include\cord.h"\
	".\include\ec.h"\
	".\include\private\cord_pos.h"\
tromey's avatar
tromey committed
	
NODEP_CPP_CORDX=\
	".\include\gc.h"\
tromey's avatar
tromey committed
	

!IF  "$(CFG)" == "cord - Win32 Release"


".\cord\Release\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "cord - Win32 Debug"


".\cord\Debug\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\cord\cordbscs.c
DEP_CPP_CORDB=\
	".\include\cord.h"\
	".\include\private\cord_pos.h"\
tromey's avatar
tromey committed
	
NODEP_CPP_CORDB=\
	".\include\gc.h"\
tromey's avatar
tromey committed
	

!IF  "$(CFG)" == "cord - Win32 Release"


".\cord\Release\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "cord - Win32 Debug"


".\cord\Debug\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\cord\de_win.RC

!IF  "$(CFG)" == "cord - Win32 Release"


".\cord\Release\de_win.res" : $(SOURCE) "$(INTDIR)"
   $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "NDEBUG" $(SOURCE)


!ELSEIF  "$(CFG)" == "cord - Win32 Debug"


".\cord\Debug\de_win.res" : $(SOURCE) "$(INTDIR)"
   $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "_DEBUG" $(SOURCE)


!ENDIF 

# End Source File
# End Target
# End Project
################################################################################