mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
461 B
22 lines
461 B
ppc\phvrsion.c: $(FIREPOWER_SOURCES)
|
|
|
|
!IFDEF DDKBUILDENV
|
|
|
|
!IFDEF VERBOSE
|
|
|
|
$(TARGETPATH)\$(DESTINATION_DIR)\hal.lib: FRC $(TARGETPATH)\$(DESTINATION_DIR)\halfire.lib
|
|
copy $** $@
|
|
|
|
!ELSE
|
|
|
|
$(TARGETPATH)\$(DESTINATION_DIR)\hal.lib: $(TARGETPATH)\$(DESTINATION_DIR)\halfire.lib
|
|
copy $** $@
|
|
|
|
!ENDIF
|
|
|
|
FRC:
|
|
echo ======================= environment vars ==========================
|
|
set
|
|
echo ======================= environment vars ==========================
|
|
|
|
!ENDIF
|