Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
fixed windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
stacksmith committed Sep 20, 2012
1 parent 0235af4 commit 38a67eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REM along with FPGAsm. If not, see <http://www.gnu.org/licenses/>.
REM ******************************************************************************/
g++ fpgasm.cpp cDatum.cpp cCollection.cpp cProto.cpp cPrim.cpp cDevice.cpp ^
cModule.cpp cSub.cpp cDyn.cpp cParseStream.cpp cParse.cpp cWires.cpp ^
cWireList.cpp ^
cWireList.cpp cQuark.cpp ^
-Wall -fpack-struct -o fpgasm
REM CHANGE THIS LINE to your preferred PATH-visible directory
copy fpgasm.exe C:\WINDOWS\fpgasm.exe

0 comments on commit 38a67eb

Please sign in to comment.