mirror of
https://github.com/fadden/nulib2.git
synced 2025-01-15 07:34:38 +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
|
# set this to where the NuFX library and ".h" file live
|
||||||
VERSION = 100
|
VERSION = 0
|
||||||
NUFXSRCDIR = ../nufxlib-$(VERSION)
|
NUFXSRCDIR = ../nufxlib-$(VERSION)
|
||||||
NUFXLIB = $(NUFXSRCDIR)/$(LIB_PRODUCT)
|
NUFXLIB = $(NUFXSRCDIR)/$(LIB_PRODUCT)
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
TARGETOS = BOTH
|
TARGETOS = BOTH
|
||||||
!include <ntwin32.mak>
|
!include <ntwin32.mak>
|
||||||
|
|
||||||
VERSION=100
|
VERSION=0
|
||||||
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
||||||
|
|
||||||
# object files
|
# object files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user