You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
241 B
5 lines
241 B
7 months ago
|
use lua+regex match to automatically generate the precompiled header file, steps:
|
||
|
|
||
|
1. get precompiled header file from the project
|
||
|
2. clear all '''#include <macros.h>'''
|
||
|
3. replace '''__declspec(dllexport)''' with '''__declspec(dllimport)'''
|