Changeset 2874 for trunk/kLdr/Makefile.kmk
- Timestamp:
- Nov 12, 2006, 8:34:03 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/Makefile.kmk
r2861 r2874 132 132 kLdrExeStub-os2_SOURCES = kLdrExeStub-os2.asm 133 133 134 # 135 # The Windows stub program. 136 # 137 PROGRAMS.win = kLdrExeStub-win 138 PROGRAMS.win32 = kLdrExeStub-win 139 PROGRAMS.win64 = kLdrExeStub-win 140 kLdrExeStub-win_TOOL = VCC70 141 kLdrExeStub-win_SDKS = WIN32SDK 142 kLdrExeStub-win_INCS = . 143 kLdrExeStub-win_DEFS = __WIN__ 144 kLdrExeStub-win_CFLAGS = -W3 -Zl 145 kLdrExeStub-win_CFLAGS.debug = -Zi 146 kLdrExeStub-win_LDFLAGS = -Entry:WinMain -FIXED:NO 147 kLdrExeStub-win_LIBS = $(TARGET_kLdr:.dll=.lib) 148 kLdrExeStub-win_SOURCES = kLdrExeStub-win.c 149 150 134 151 ## 135 152 ## The (stub) utility.
Note:
See TracChangeset
for help on using the changeset viewer.