Browse Source

getting linux build to work

pull/252/head
b1ackmai1er 4 years ago
parent
commit
3fd8c79898
  1. 2
      Source/Apps/Dev/Clean.cmd
  2. 2
      Source/Apps/Dev/Makefile
  3. 1
      Source/Apps/Dev/dev.txt

2
Source/Apps/Dev/Clean.cmd

@ -1,7 +1,7 @@
@echo off
setlocal
if exist Dev.com del Dev.com
if exist dev.com del dev.com
if exist *.hex del *.hex
if exist *.lst del *.lst
if exist *.zip del *.zip

2
Source/Apps/Dev/Makefile

@ -1,5 +1,5 @@
OBJECTS = dev.com
DOCS = dev.doc
DOCS = dev.txt
DEST = ../../../Binary/Apps
DOCDEST = ../../../Binary/Apps
TOOLS = ../../../Tools

1
Source/Apps/Dev/dev.txt

@ -0,0 +1 @@
THE DEV DIRECTORY IS A SKELETON DIRECTORY TO AID SETTING UP A BUILD PROCESS FOR A NEW PROGRAM
Loading…
Cancel
Save