Again. So sorry. I promise this won't be the same next time.

This commit is contained in:
Renaud Lepage
2005-05-19 23:54:56 +00:00
parent 7495ac7443
commit ffa3cd2b58
+3 -2
View File
@@ -1659,7 +1659,8 @@ LINK32_OBJS= \
"..\Program\StepMania-debug.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
archutils\Win32\verinc
cl /Zl /nologo /c verstub.cpp /Fo.\../Debug6\
cl /Zl /nologo /c verstub.cpp /Fo.\../Debug6\
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
@@ -3307,8 +3308,8 @@ LINK32_OBJS= \
"..\Program\StepMania.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
archutils\Win32\verinc
cl /Zl /nologo /c verstub.cpp /Fo.\../Release6\
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<