Skip to content

Commit

Permalink
add base Makefile.win
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Apr 4, 2017
1 parent dff735d commit 872013a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile.win
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# Nmake file - For MS Visual C++ version
# Use 'nmake -f Makefile.win'

all:
cd libmseed
nmake -f Makefile.win
cd ..\src
nmake -f Makefile.win
cd ..

clean:
cd libmseed
nmake -f Makefile.win clean
cd ..\src
nmake -f Makefile.win clean
cd ..

0 comments on commit 872013a

Please sign in to comment.