mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Fix initial checkin -- version numbers in Makefiles should be zero.
This commit is contained in:
parent
342e08493b
commit
615c39d482
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
# set this to where the NuFX library and ".h" file live
|
||||
VERSION = 100
|
||||
VERSION = 0
|
||||
NUFXSRCDIR = ../nufxlib-$(VERSION)
|
||||
NUFXLIB = $(NUFXSRCDIR)/$(LIB_PRODUCT)
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
TARGETOS = BOTH
|
||||
!include <ntwin32.mak>
|
||||
|
||||
VERSION=100
|
||||
VERSION=0
|
||||
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
||||
|
||||
# object files
|
||||
|
Loading…
Reference in New Issue
Block a user