From 7076e8631e4f2e3f9898093af8752537b11a81d9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 2 May 2011 17:20:02 -0500 Subject: [PATCH] this is no longer a problem --- sm-ssc.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm-ssc.nsi b/sm-ssc.nsi index 2437d0511c..5e8242306f 100644 --- a/sm-ssc.nsi +++ b/sm-ssc.nsi @@ -404,7 +404,7 @@ Section "Main Section" SecMain SetOutPath "$INSTDIR\Program" !ifdef INSTALL_EXECUTABLES - ; normal exec (xxx: hardcoded to StepMania instead of ${PRODUCT_FAMILY}) + ; normal exec File "Program\StepMania.exe" File "Program\StepMania.vdi" ; sse2 exec @@ -412,7 +412,7 @@ Section "Main Section" SecMain File "Program\StepMania-SSE2.vdi" ; other programs File "Program\Texture Font Generator.exe" - ; this crashes so fuck it + ; AJ can never get this built properly: ;File "Program\tools.exe" ; to be replaced eventually !endif !ifdef ASSOCIATE_SMZIP