summaryrefslogtreecommitdiffabout
path: root/kinsole.mak
Unidiff
Diffstat (limited to 'kinsole.mak') (more/less context) (ignore whitespace changes)
-rw-r--r--kinsole.mak50
1 files changed, 43 insertions, 7 deletions
diff --git a/kinsole.mak b/kinsole.mak
index b25a32d..9b7eeac 100644
--- a/kinsole.mak
+++ b/kinsole.mak
@@ -67,3 +67,3 @@ CLEAN :
67 -@erase "$(INTDIR)\KINSole.obj" 67 -@erase "$(INTDIR)\KINSole.obj"
68 -@erase "$(INTDIR)\KINSole.res" 68 -@erase "$(INTDIR)\kinsole.res"
69 -@erase "$(OUTDIR)\kinsole.ex_" 69 -@erase "$(OUTDIR)\kinsole.ex_"
@@ -105,3 +105,3 @@ RSC=rc.exe
105# ADD RSC /l 0x409 /d "NDEBUG" 105# ADD RSC /l 0x409 /d "NDEBUG"
106RSC_PROJ=/l 0x409 /fo"$(INTDIR)/KINSole.res" /d "NDEBUG" 106RSC_PROJ=/l 0x409 /fo"$(INTDIR)/kinsole.res" /d "NDEBUG"
107BSC32=bscmake.exe 107BSC32=bscmake.exe
@@ -122,3 +122,3 @@ LINK32_OBJS= \
122 "$(INTDIR)\KINSole.obj" \ 122 "$(INTDIR)\KINSole.obj" \
123 "$(INTDIR)\KINSole.res" 123 "$(INTDIR)\kinsole.res"
124 124
@@ -168,3 +168,3 @@ CLEAN :
168 -@erase "$(INTDIR)\KINSole.obj" 168 -@erase "$(INTDIR)\KINSole.obj"
169 -@erase "$(INTDIR)\KINSole.res" 169 -@erase "$(INTDIR)\kinsole.res"
170 -@erase "$(INTDIR)\vc40.idb" 170 -@erase "$(INTDIR)\vc40.idb"
@@ -209,3 +209,3 @@ RSC=rc.exe
209# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" 209# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
210RSC_PROJ=/l 0x409 /fo"$(INTDIR)/KINSole.res" /d "_DEBUG" /d "_AFXDLL" 210RSC_PROJ=/l 0x409 /fo"$(INTDIR)/kinsole.res" /d "_DEBUG" /d "_AFXDLL"
211BSC32=bscmake.exe 211BSC32=bscmake.exe
@@ -223,3 +223,3 @@ LINK32_OBJS= \
223 "$(INTDIR)\KINSole.obj" \ 223 "$(INTDIR)\KINSole.obj" \
224 "$(INTDIR)\KINSole.res" 224 "$(INTDIR)\kinsole.res"
225 225
@@ -425,2 +425,5 @@ LINK32_OBJS= \
425SOURCE=.\KINSole.cpp 425SOURCE=.\KINSole.cpp
426
427!IF "$(CFG)" == "KINSole - Win32 Release"
428
426DEP_CPP_KINSO=\ 429DEP_CPP_KINSO=\
@@ -439,2 +442,20 @@ DEP_CPP_KINSO=\
439 442
443!ELSEIF "$(CFG)" == "KINSole - Win32 Debug"
444
445DEP_CPP_KINSO=\
446 ".\NAWS.cpp"\
447 ".\NEW-ENVIRON.cpp"\
448 ".\options.cpp"\
449 ".\status.cpp"\
450 ".\terminal.cpp"\
451 ".\TIMING-MARK.cpp"\
452 ".\TTY.cpp"\
453 ".\VT100.cpp"\
454
455
456"$(INTDIR)\KINSole.obj" : $(SOURCE) $(DEP_CPP_KINSO) "$(INTDIR)"
457
458
459!ENDIF
460
440# End Source File 461# End Source File
@@ -444,2 +465,5 @@ DEP_CPP_KINSO=\
444SOURCE=.\kinsole.rc 465SOURCE=.\kinsole.rc
466
467!IF "$(CFG)" == "KINSole - Win32 Release"
468
445DEP_RSC_KINSOL=\ 469DEP_RSC_KINSOL=\
@@ -448,3 +472,3 @@ DEP_RSC_KINSOL=\
448 472
449"$(INTDIR)\KINSole.res" : $(SOURCE) $(DEP_RSC_KINSOL) "$(INTDIR)" 473"$(INTDIR)\kinsole.res" : $(SOURCE) $(DEP_RSC_KINSOL) "$(INTDIR)"
450 $(RSC) $(RSC_PROJ) $(SOURCE) 474 $(RSC) $(RSC_PROJ) $(SOURCE)
@@ -452,2 +476,14 @@ DEP_RSC_KINSOL=\
452 476
477!ELSEIF "$(CFG)" == "KINSole - Win32 Debug"
478
479DEP_RSC_KINSOL=\
480 ".\res\kinsole.ico"\
481
482
483"$(INTDIR)\kinsole.res" : $(SOURCE) $(DEP_RSC_KINSOL) "$(INTDIR)"
484 $(RSC) $(RSC_PROJ) $(SOURCE)
485
486
487!ENDIF
488
453# End Source File 489# End Source File