Added spicerotation.cpp to Windows makefiles.

ver1_6_1
Chris Laurel 2008-04-13 21:21:04 +00:00
parent 5ef00e5c3d
commit 3fb837e141
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ SCRIPTOBJS=\
SPICEOBJS=\
$(INTDIR)\spiceinterface.obj \
$(INTDIR)\spiceorbit.obj
$(INTDIR)\spiceorbit.obj \
$(INTDIR)\spicerotation.obj
!IF "$(CELX)" == "enable"
EXTRADEFS=/D "CELX" /D "LUA_VER=$(LUA_VER)"