Added selection.cpp module

ver1_5_1
Chris Laurel 2001-04-27 07:00:35 +00:00
parent 467d59cf0c
commit abc2131330
1 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,7 @@ CLEAN :
-@erase "$(INTDIR)\regcombine.obj"
-@erase "$(INTDIR)\render.obj"
-@erase "$(INTDIR)\resmanager.obj"
-@erase "$(INTDIR)\selection.obj"
-@erase "$(INTDIR)\simulation.obj"
-@erase "$(INTDIR)\solarsys.obj"
-@erase "$(INTDIR)\spheremesh.obj"
@ -164,6 +165,7 @@ LINK32_OBJS= \
"$(INTDIR)\regcombine.obj" \
"$(INTDIR)\render.obj" \
"$(INTDIR)\resmanager.obj" \
"$(INTDIR)\selection.obj" \
"$(INTDIR)\simulation.obj" \
"$(INTDIR)\solarsys.obj" \
"$(INTDIR)\spheremesh.obj" \
@ -230,6 +232,7 @@ CLEAN :
-@erase "$(INTDIR)\regcombine.obj"
-@erase "$(INTDIR)\render.obj"
-@erase "$(INTDIR)\resmanager.obj"
-@erase "$(INTDIR)\selection.obj"
-@erase "$(INTDIR)\simulation.obj"
-@erase "$(INTDIR)\solarsys.obj"
-@erase "$(INTDIR)\spheremesh.obj"
@ -329,6 +332,7 @@ LINK32_OBJS= \
"$(INTDIR)\regcombine.obj" \
"$(INTDIR)\render.obj" \
"$(INTDIR)\resmanager.obj" \
"$(INTDIR)\selection.obj" \
"$(INTDIR)\simulation.obj" \
"$(INTDIR)\solarsys.obj" \
"$(INTDIR)\spheremesh.obj" \
@ -545,6 +549,12 @@ SOURCE=.\src\resmanager.cpp
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=.\src\selection.cpp
"$(INTDIR)\selection.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=.\src\simulation.cpp
"$(INTDIR)\simulation.obj" : $(SOURCE) "$(INTDIR)"