URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [tools/] [configtool/] [standalone/] [wxwin/] [makefile.vc] - Rev 384
Go to most recent revision | Compare with Previous | Blame | View Log
# Makefile : Builds ConfigTool (VC++, WIN32)# Use FINAL=1 argument to nmake to build final version with no debug info.# Created 2000-07-28# Set WXDIR for your systemWXDIR = $(WXWIN)FINAL=0PROGRAM=configtoolOBJECTS = $(PROGRAM).obj appsettings.obj configitem.obj configtree.obj mainwin.obj!if "$(FINAL)" == "0"EXTRALIBS=$(WXDIR)\lib\gizmosd.lib!elseEXTRALIBS=$(WXDIR)\lib\gizmos.lib!endif!include $(WXDIR)\src\makeprog.vc
Go to most recent revision | Compare with Previous | Blame | View Log
